Ver código fonte

[tweakers] Remove unused imports

Sergey M․ 10 anos atrás
pai
commit
b6b2711298
1 arquivos alterados com 0 adições e 6 exclusões
  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):