remove unused imports
This commit is contained in:
parent
36b66e9238
commit
99391a95ef
3 changed files with 5 additions and 21 deletions
|
|
@ -18,9 +18,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from weboob.tools.browser import BasePage, BrokenPageError
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.tools.ordereddict import OrderedDict
|
||||
from weboob.tools.misc import html2text
|
||||
from weboob.capabilities.contact import ProfileNode
|
||||
|
||||
class LoginPage(BasePage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue