fix missing import and pyflakes errors
This commit is contained in:
parent
e759aac0a8
commit
15e6e19e16
4 changed files with 15 additions and 19 deletions
|
|
@ -19,11 +19,10 @@
|
|||
|
||||
|
||||
from .accounts_list import AccountsList
|
||||
from .account_coming import AccountComing
|
||||
from .account_history import AccountHistory
|
||||
from .login import LoginPage, LoginPage2, ConfirmPage, MessagePage
|
||||
|
||||
class AccountPrelevement(AccountsList): pass
|
||||
|
||||
__all__ = ['AccountsList', 'AccountComing', 'AccountHistory', 'LoginPage',
|
||||
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage', 'LoginPage2',
|
||||
'ConfirmPage', 'MessagePage', 'AccountPrelevement']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue