]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
python-common: remove trailing spaces
authorKefu Chai <tchaikov@gmail.com>
Mon, 30 Oct 2023 02:32:14 +0000 (10:32 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sat, 20 Apr 2024 04:35:57 +0000 (12:35 +0800)
for better readability.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/python-common/setup.py

index 43a46eb10190c850ed7ee11382e7c9b872caeb8a..30f52516ccd0df8d60043828a73e84bb6f688340 100644 (file)
@@ -17,8 +17,8 @@ setup(
     keywords='ceph',
     url="https://github.com/ceph/ceph",
     zip_safe = False,
-    install_requires=( 
-        'pyyaml',      
+    install_requires=(
+        'pyyaml',
     ),
     classifiers = [
         'Intended Audience :: Developer',