浏览代码

[tweakers] Remove unused imports

Sergey M․ 10 年之前
父节点
当前提交
b6b2711298
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      youtube_dl/extractor/tweakers.py

+ 0 - 6
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):