[tweakers] Remove unused imports
authorSergey M․ <dstftw@gmail.com>
Wed, 12 Aug 2015 19:17:15 +0000 (01:17 +0600)
committerSergey M․ <dstftw@gmail.com>
Wed, 12 Aug 2015 19:17:15 +0000 (01:17 +0600)
youtube_dl/extractor/tweakers.py

index 6eeffb1ccc9419b9b125d76e18b62b6d16d8197a..f3198fb85adb29b8081b9735899dd574cb504c67 100644 (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):