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 a172c90 commit ab69624Copy full SHA for ab69624
setup.py
@@ -4,6 +4,8 @@
4
5
from setuptools import setup, find_packages
6
7
+# pylint: disable=inconsistent-return-statements
8
+
9
DESCRIPTION = "A library for SoftLayer's API"
10
11
if os.path.exists('README.rst'):
@@ -55,4 +57,4 @@
55
57
'Programming Language :: Python :: Implementation :: CPython',
56
58
'Programming Language :: Python :: Implementation :: PyPy',
59
],
-) # pylint: disable=inconsistent-return-statements
60
+)
0 commit comments