소스 검색

Remove unused import

Philipp Hagemeister 11 년 전
부모
커밋
d5e944359e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      youtube_dl/extractor/hypem.py

+ 0 - 1
youtube_dl/extractor/hypem.py

@@ -6,7 +6,6 @@ import time
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_str,
     compat_urllib_parse,
     compat_urllib_request,