From b5369b957f7b3ffa9b51d4aa7ecb2668e75f03fd Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 30 Oct 2023 10:32:14 +0800 Subject: [PATCH] python-common: remove trailing spaces for better readability. Signed-off-by: Kefu Chai --- src/python-common/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python-common/setup.py b/src/python-common/setup.py index 43a46eb10190c..30f52516ccd0d 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', -- 2.39.5