diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-07-04 22:26:56 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-07-04 22:26:56 +0700 | 
| commit | b67f1840a181e682ca0e16b74aae7fe39fe2192f (patch) | |
| tree | 208c97172a7da7c6578e6e18aec4f9cbeee3a161 | |
| parent | 165c46690f51585b96a4dff2fac8b4e0c4825231 (diff) | |
[niconico] Remove unused import
| -rw-r--r-- | youtube_dl/extractor/niconico.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/niconico.py b/youtube_dl/extractor/niconico.py index d98131271..c0c139b5d 100644 --- a/youtube_dl/extractor/niconico.py +++ b/youtube_dl/extractor/niconico.py @@ -8,7 +8,6 @@ from ..utils import (      compat_urllib_parse,      compat_urllib_request,      compat_urlparse, -    ExtractorError,      unified_strdate,      parse_duration,      int_or_none, | 
