Sfoglia il codice sorgente

[udemy] Remove unused import

Sergey M․ 9 anni fa
parent
commit
9fc87fa767
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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_HTTPError,
     compat_urllib_parse,
     compat_urllib_parse,
     compat_urllib_request,
     compat_urllib_request,
-    compat_urlparse,
 )
 )
 from ..utils import (
 from ..utils import (
     ExtractorError,
     ExtractorError,