소스 검색

[dhm] Remove unused import

Sergey M․ 10 년 전
부모
커밋
237c03c8ea
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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):