Remove * imports in filters
This commit is contained in:
parent
fbd8cf1a64
commit
54a1bc4809
38 changed files with 68 additions and 42 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
from weboob.tools.browser2.page import HTMLPage, method, LoggedPage
|
||||
from weboob.tools.browser2.elements import TableElement, ItemElement
|
||||
from weboob.tools.browser2.filters import CleanText, CleanDecimal, TableCell, Date
|
||||
from weboob.tools.browser2.filters.standard import CleanText, CleanDecimal, TableCell, Date
|
||||
from weboob.capabilities.bank import Account, Transaction
|
||||
from weboob.tools.date import LinearDateGuesser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue