Skip to content

Commit a172c90

Browse files
author
caberos
committed
fix tox tool
1 parent 8bf29e4 commit a172c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
LONG_DESCRIPTION = readme_file.read()
1212
else:
1313
LONG_DESCRIPTION = DESCRIPTION
14-
# pylint: disable=inconsistent-return-statements
14+
1515
setup(
1616
name='SoftLayer',
1717
version='5.9.2',
@@ -55,4 +55,4 @@
5555
'Programming Language :: Python :: Implementation :: CPython',
5656
'Programming Language :: Python :: Implementation :: PyPy',
5757
],
58-
)
58+
) # pylint: disable=inconsistent-return-statements

0 commit comments

Comments
 (0)