Skip to content

Commit b5a8dd0

Browse files
author
Fernando Ojeda
committed
Fix tox analysis.
1 parent 38d4dd4 commit b5a8dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
LOGGER = logging.getLogger(__name__)
2020

21-
# pylint: disable=no-self-use,too-many-lines
21+
# pylint: disable=too-many-public-methods
2222

2323
DEFAULT_SUBNET_MASK = ','.join(['hardware',
2424
'datacenter',

0 commit comments

Comments
 (0)