From: Kefu Chai Date: Mon, 30 Oct 2023 02:32:14 +0000 (+0800) Subject: python-common: remove trailing spaces X-Git-Tag: testing/wip-pdonnell-testing-20240420.180737-debug~11^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b5369b957f7b3ffa9b51d4aa7ecb2668e75f03fd;p=ceph-ci.git python-common: remove trailing spaces for better readability. Signed-off-by: Kefu Chai --- diff --git a/src/python-common/setup.py b/src/python-common/setup.py index 43a46eb1019..30f52516ccd 100644 --- a/src/python-common/setup.py +++ b/src/python-common/setup.py @@ -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',