pyflakes fixes (unused imports)
This commit is contained in:
parent
9bf96190a0
commit
979f1764d4
6 changed files with 27 additions and 36 deletions
|
|
@ -30,4 +30,4 @@ class AccountPrelevement(AccountsList):
|
|||
|
||||
__all__ = ['AccountsList', 'LoginPage',
|
||||
'AccountPrelevement', 'TransferPage', 'TransferConfirmPage',
|
||||
'BillsPage', 'StopPage']
|
||||
'BillsPage', 'StopPage', 'TitrePage']
|
||||
|
|
|
|||
|
|
@ -20,8 +20,7 @@
|
|||
|
||||
from decimal import Decimal
|
||||
|
||||
from weboob.capabilities.bank import Account, Investment
|
||||
from weboob.capabilities.base import NotAvailable
|
||||
from weboob.capabilities.bank import Investment
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.tools.capabilities.bank.transactions import FrenchTransaction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue