pep8: Various manual fixes
This commit is contained in:
parent
d9065796e9
commit
db1618e86f
11 changed files with 30 additions and 34 deletions
|
|
@ -29,7 +29,7 @@ from weboob.tools.compat import basestring
|
|||
from weboob.browser.browsers import LoginBrowser, need_login
|
||||
from weboob.browser.profiles import Wget
|
||||
from weboob.browser.url import URL
|
||||
from weboob.exceptions import BrowserIncorrectPassword
|
||||
from weboob.exceptions import BrowserIncorrectPassword
|
||||
from weboob.capabilities.bank import Transfer, TransferError
|
||||
|
||||
from .pages import LoginPage, LoginErrorPage, AccountsPage, UserSpacePage, \
|
||||
|
|
@ -66,7 +66,6 @@ class CreditMutuelBrowser(LoginBrowser):
|
|||
|
||||
currentSubBank = None
|
||||
|
||||
|
||||
def do_login(self):
|
||||
self.login.stay_or_go()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue