diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-02 00:51:47 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-02 00:51:47 +0600 |
commit | 9fc87fa767425ee7d56b2ce4650c9b06b480e005 (patch) | |
tree | d87a80d44924758994192d56dce8ee94976b972c /youtube_dl/extractor/udemy.py | |
parent | 328f82d59a0d3b743280c3ab532949c9220383ed (diff) |
[udemy] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/udemy.py')
-rw-r--r-- | youtube_dl/extractor/udemy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/udemy.py b/youtube_dl/extractor/udemy.py index 26ae8cc36..2a54f3764 100644 --- a/youtube_dl/extractor/udemy.py +++ b/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, |