diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-12 00:39:44 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-12 00:39:44 +0600 |
commit | b323a3cbff32df7188fc4fbb899dcc1c44e5d064 (patch) | |
tree | 950020a48db031239aa36d5225ca691bcca36ab2 /youtube_dl/extractor/funimation.py | |
parent | b59623ef434cb7868faa4b5e6e0dd2a56449f369 (diff) |
[funimation] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/funimation.py')
-rw-r--r-- | youtube_dl/extractor/funimation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/funimation.py b/youtube_dl/extractor/funimation.py index 8af2e907c..35328997b 100644 --- a/youtube_dl/extractor/funimation.py +++ b/youtube_dl/extractor/funimation.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals import re from .common import InfoExtractor -from ..compat import compat_urllib_request from ..utils import ( clean_html, determine_ext, |