diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-20 23:38:44 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-20 23:38:44 +0200 |
commit | 246168bd72a8f031adb243e9465ef52f62fb502c (patch) | |
tree | f371af31d78db6a2d7b4400c758f16a512e7798a /youtube_dl/extractor/firedrive.py | |
parent | 7fbf54dc62b43884d49d1d96854dc82a38b8b42f (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/firedrive.py')
-rw-r--r-- | youtube_dl/extractor/firedrive.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/firedrive.py b/youtube_dl/extractor/firedrive.py index d26145db1..6d73c8a4a 100644 --- a/youtube_dl/extractor/firedrive.py +++ b/youtube_dl/extractor/firedrive.py @@ -8,7 +8,6 @@ from ..utils import ( ExtractorError, compat_urllib_parse, compat_urllib_request, - determine_ext, ) |