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/cinchcast.py | |
parent | 16040f46d64bad8dcc5f948288ef469dd787d3d3 (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/cinchcast.py')
-rw-r--r-- | youtube_dl/extractor/cinchcast.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cinchcast.py b/youtube_dl/extractor/cinchcast.py index 8ce8b3128..0c9a24bef 100644 --- a/youtube_dl/extractor/cinchcast.py +++ b/youtube_dl/extractor/cinchcast.py @@ -3,7 +3,6 @@ from __future__ import unicode_literals from .common import InfoExtractor from ..utils import ( - int_or_none, unified_strdate, xpath_text, ) |