Skip to content

Commit ab69624

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
from setuptools import setup, find_packages
66

7+
# pylint: disable=inconsistent-return-statements
8+
79
DESCRIPTION = "A library for SoftLayer's API"
810

911
if os.path.exists('README.rst'):
@@ -55,4 +57,4 @@
5557
'Programming Language :: Python :: Implementation :: CPython',
5658
'Programming Language :: Python :: Implementation :: PyPy',
5759
],
58-
) # pylint: disable=inconsistent-return-statements
60+
)

0 commit comments

Comments
 (0)