PEP8 style fixes
This commit is contained in:
parent
b2e1d35d49
commit
0d2e91996e
1 changed files with 4 additions and 5 deletions
|
@ -27,7 +27,6 @@ class Mega(object):
|
|||
options = {}
|
||||
self.options = options
|
||||
|
||||
|
||||
def login(self, email, password):
|
||||
self.login_user(email, password)
|
||||
return self
|
||||
|
|
Loading…
Reference in a new issue