Fix minor things from code inspection
This commit is contained in:
parent
3a7cc9c410
commit
c601d2f365
4 changed files with 9 additions and 7 deletions
|
@ -244,7 +244,7 @@ class _Network(object):
|
|||
"""
|
||||
Returns an (API_KEY, API_SECRET, SESSION_KEY) tuple.
|
||||
"""
|
||||
return (self.api_key, self.api_secret, self.session_key)
|
||||
return self.api_key, self.api_secret, self.session_key
|
||||
|
||||
def _delay_call(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue