summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-13 01:17:15 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-13 01:17:15 +0600
commitb6b2711298f8d43414deac939f92c7c3477826b2 (patch)
treef61b3e31e57cfb67e83ec2a68e44140ecdc4e27c
parent3b7130439aade87b628fa6dd727df5860323a68f (diff)
downloadyoutube-dl-b6b2711298f8d43414deac939f92c7c3477826b2.tar.gz
youtube-dl-b6b2711298f8d43414deac939f92c7c3477826b2.tar.xz
youtube-dl-b6b2711298f8d43414deac939f92c7c3477826b2.zip
[tweakers] Remove unused imports
-rw-r--r--youtube_dl/extractor/tweakers.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube_dl/extractor/tweakers.py b/youtube_dl/extractor/tweakers.py
index 6eeffb1cc..f3198fb85 100644
--- a/youtube_dl/extractor/tweakers.py
+++ b/youtube_dl/extractor/tweakers.py
@@ -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):