[tweakers] Remove unused imports

This commit is contained in:
Sergey M․ 2015-08-13 01:17:15 +06:00
parent 3b7130439a
commit b6b2711298

View file

@ -1,12 +1,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
xpath_text,
xpath_with_ns,
int_or_none,
float_or_none,
)
class TweakersIE(InfoExtractor):