pyflakes fixes
This commit is contained in:
parent
1acd27dee7
commit
bebd4318ec
2 changed files with 2 additions and 3 deletions
|
|
@ -19,10 +19,9 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from weboob.core import CallErrors
|
from weboob.core import CallErrors
|
||||||
from weboob.capabilities.messages import CantSendMessage, ICapMessages, ICapMessagesPost, Message
|
from weboob.capabilities.messages import CantSendMessage, ICapMessages, Message
|
||||||
from weboob.capabilities.account import ICapAccount
|
from weboob.capabilities.account import ICapAccount
|
||||||
from weboob.tools.application.repl import ReplApplication
|
from weboob.tools.application.repl import ReplApplication
|
||||||
from weboob.tools.application.formatters.iformatter import IFormatter
|
|
||||||
from weboob.tools.misc import html2text
|
from weboob.tools.misc import html2text
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ import re
|
||||||
|
|
||||||
from weboob.capabilities.messages import CantSendMessage
|
from weboob.capabilities.messages import CantSendMessage
|
||||||
from weboob.tools.browser import BasePage
|
from weboob.tools.browser import BasePage
|
||||||
from weboob.tools.parsers.lxmlparser import select, SelectElementException
|
from weboob.tools.parsers.lxmlparser import select
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['ClosePage', 'ComposePage', 'ConfirmPage', 'SentPage']
|
__all__ = ['ClosePage', 'ComposePage', 'ConfirmPage', 'SentPage']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue