diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-13 01:17:15 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-13 01:17:15 +0600 |
commit | b6b2711298f8d43414deac939f92c7c3477826b2 (patch) | |
tree | f61b3e31e57cfb67e83ec2a68e44140ecdc4e27c | |
parent | 3b7130439aade87b628fa6dd727df5860323a68f (diff) |
[tweakers] Remove unused imports
-rw-r--r-- | youtube_dl/extractor/tweakers.py | 6 |
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): |