diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-12 04:09:32 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-12 04:09:32 +0100 |
commit | 4f978523161abb0af241a91da13158d6d91ff442 (patch) | |
tree | b71446ecee92f2c47b2ae3d2cf9ee93254c55a74 /youtube_dl/extractor/pornhd.py | |
parent | 16040f46d64bad8dcc5f948288ef469dd787d3d3 (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/pornhd.py')
-rw-r--r-- | youtube_dl/extractor/pornhd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pornhd.py b/youtube_dl/extractor/pornhd.py index 63472b33e..954dfccb7 100644 --- a/youtube_dl/extractor/pornhd.py +++ b/youtube_dl/extractor/pornhd.py @@ -8,7 +8,6 @@ from ..utils import ( int_or_none, js_to_json, qualities, - determine_ext, ) |