[udemy] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Tue, 1 Dec 2015 18:51:47 +0000 (00:51 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 1 Dec 2015 18:51:47 +0000 (00:51 +0600)
youtube_dl/extractor/udemy.py

index 26ae8cc36cd62772ec4eb97b34e8c0d2f017e2b3..2a54f3764276bd02c99b6680a39841882b037e1e 100644 (file)
@@ -5,7 +5,6 @@ from ..compat import (
     compat_HTTPError,
     compat_urllib_parse,
     compat_urllib_request,
-    compat_urlparse,
 )
 from ..utils import (
     ExtractorError,