We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf29e4 commit a172c90Copy full SHA for a172c90
setup.py
@@ -11,7 +11,7 @@
11
LONG_DESCRIPTION = readme_file.read()
12
else:
13
LONG_DESCRIPTION = DESCRIPTION
14
-# pylint: disable=inconsistent-return-statements
+
15
setup(
16
name='SoftLayer',
17
version='5.9.2',
@@ -55,4 +55,4 @@
55
'Programming Language :: Python :: Implementation :: CPython',
56
'Programming Language :: Python :: Implementation :: PyPy',
57
],
58
-)
+) # pylint: disable=inconsistent-return-statements
0 commit comments