Skip to content

Commit 7a65a89

Browse files
Fixed tox issues
1 parent a0f8ef7 commit 7a65a89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def __init__(self, auth=None, transport=None, config_file=None):
265265
self.__setAuth(auth)
266266
self.__setTransport(transport)
267267

268-
def __setAuth(self, auth = None):
268+
def __setAuth(self, auth=None):
269269
"""Prepares the authentication property"""
270270
self.auth = auth
271271

0 commit comments

Comments
 (0)