소스 검색

[rtlnow] Remove unused import

Sergey M. 11 년 전
부모
커밋
978177527e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      youtube_dl/extractor/rtlnow.py

+ 0 - 1
youtube_dl/extractor/rtlnow.py

@@ -8,7 +8,6 @@ from ..utils import (
     ExtractorError,
     ExtractorError,
     clean_html,
     clean_html,
     unified_strdate,
     unified_strdate,
-    parse_duration,
     int_or_none,
     int_or_none,
 )
 )