소스 검색

[udemy] Remove unused import

Sergey M․ 10 년 전
부모
커밋
9fc87fa767
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      youtube_dl/extractor/udemy.py

+ 0 - 1
youtube_dl/extractor/udemy.py

@@ -5,7 +5,6 @@ from ..compat import (
     compat_HTTPError,
     compat_urllib_parse,
     compat_urllib_request,
-    compat_urlparse,
 )
 from ..utils import (
     ExtractorError,