pep8: Various manual fixes
This commit is contained in:
parent
d9065796e9
commit
db1618e86f
11 changed files with 30 additions and 34 deletions
|
|
@ -22,7 +22,7 @@ import ssl
|
|||
from datetime import timedelta
|
||||
|
||||
from weboob.tools.date import LinearDateGuesser
|
||||
from weboob.exceptions import BrowserIncorrectPassword
|
||||
from weboob.exceptions import BrowserIncorrectPassword
|
||||
from weboob.browser import LoginBrowser, URL, need_login
|
||||
from .pages import AccountsPage, CBOperationPage, CPTOperationPage, LoginPage
|
||||
|
||||
|
|
@ -54,7 +54,6 @@ class HSBC(LoginBrowser):
|
|||
|
||||
return preq
|
||||
|
||||
|
||||
def home(self):
|
||||
return self.login.go()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue