Pep8 cleanups for ING module
This commit is contained in:
parent
dfb66a4fbd
commit
a0d81b0ae1
8 changed files with 106 additions and 89 deletions
|
|
@ -22,7 +22,9 @@ from .accounts_list import AccountsList
|
|||
from .account_history import AccountHistoryCC, AccountHistoryLA
|
||||
from .login import LoginPage, LoginPage2, ConfirmPage, MessagePage
|
||||
|
||||
class AccountPrelevement(AccountsList): pass
|
||||
|
||||
__all__ = ['AccountsList', 'AccountHistoryCC', 'AccountHistoryLA', 'LoginPage', 'LoginPage2',
|
||||
'ConfirmPage', 'MessagePage', 'AccountPrelevement']
|
||||
class AccountPrelevement(AccountsList):
|
||||
pass
|
||||
|
||||
__all__ = ['AccountsList', 'AccountHistoryCC', 'AccountHistoryLA', 'LoginPage',
|
||||
'LoginPage2', 'ConfirmPage', 'MessagePage', 'AccountPrelevement']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue