Browse Source

[tweakers] Remove unused imports

Sergey M․ 10 năm trước cách đây
mục cha
commit
b6b2711298
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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):