wellsfargo: Remove unused imports
This commit is contained in:
parent
7aeb3e942e
commit
c02ab5f2c5
2 changed files with 1 additions and 3 deletions
|
|
@ -18,8 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from time import sleep
|
||||
|
||||
from weboob.capabilities.bank import AccountNotFound
|
||||
from weboob.browser import LoginBrowser, URL, need_login
|
||||
from weboob.exceptions import BrowserIncorrectPassword
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.capabilities.bank import Account, Transaction
|
||||
from weboob.browser.pages import Page, HTMLPage, LoggedPage, RawPage
|
||||
from weboob.browser.pages import HTMLPage, LoggedPage, RawPage
|
||||
from urllib import unquote
|
||||
from requests.cookies import morsel_to_cookie
|
||||
from .parsers import StatementParser, clean_amount, clean_label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue