Kaynağa Gözat

[dhm] Remove unused import

Sergey M․ 10 yıl önce
ebeveyn
işleme
237c03c8ea
1 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. 1 4
      youtube_dl/extractor/dhm.py

+ 1 - 4
youtube_dl/extractor/dhm.py

@@ -1,10 +1,7 @@
 from __future__ import unicode_literals
 
 from .common import InfoExtractor
-from ..utils import (
-    xpath_text,
-    parse_duration,
-)
+from ..utils import parse_duration
 
 
 class DHMIE(InfoExtractor):