fix pyflakes
This commit is contained in:
parent
3c75656825
commit
02c6ae851c
3 changed files with 1 additions and 3 deletions
|
|
@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
"""
|
||||
|
||||
from logging import error
|
||||
import re
|
||||
import urllib
|
||||
|
||||
from weboob.tools.browser import BaseBrowser
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
"""
|
||||
|
||||
from logging import error, warning
|
||||
import re
|
||||
|
||||
from weboob.capabilities.video import Video
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ import urllib
|
|||
import re
|
||||
|
||||
from weboob.tools.browser import BaseBrowser
|
||||
from weboob.tools.parsers.lxmlparser import LxmlHtmlParser
|
||||
|
||||
from .pages import VideoPage, ResultsPage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue