Fix minor things from code inspection

This commit is contained in:
hugovk 2017-10-24 00:54:34 +03:00
parent 3a7cc9c410
commit c601d2f365
4 changed files with 9 additions and 7 deletions

View file

@ -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):
"""