Skip to content

Commit 427294d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/config/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from SoftLayer.CLI import formatting
1313

1414

15-
def get_api_key(client, username, secret):
15+
def get_api_key(client, username, secret): # pylint: disable=inconsistent-return-statements
1616
"""Attempts API-Key and password auth to get an API key.
1717
1818
This will also generate an API key if one doesn't exist

0 commit comments

Comments
 (0)