a lot of pyflakes and pylint fixes
This commit is contained in:
parent
28f622e071
commit
404d7290ba
43 changed files with 94 additions and 13 deletions
|
|
@ -22,3 +22,6 @@ from .account_history import AccountHistory
|
|||
from .login import LoginPage, ConfirmPage
|
||||
|
||||
class AccountPrelevement(AccountsList): pass
|
||||
|
||||
__all__ = ['AccountsList', 'AccountComing', 'AccountHistory', 'LoginPage',
|
||||
'ConfirmPage', 'AccountPrelevement']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue