diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-13 01:19:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-13 01:19:23 +0600 |
commit | 237c03c8eaa4da1713a635e87f98ac14430b35cb (patch) | |
tree | 56c1571b73fd8c8fe711223d8806ddd6f4dc5f12 /youtube_dl/extractor | |
parent | e73c85cb23d278702357412479fd4b162a3abbb3 (diff) |
[dhm] Remove unused import
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/dhm.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/dhm.py b/youtube_dl/extractor/dhm.py index 127eb0439..44e0c5d4d 100644 --- a/youtube_dl/extractor/dhm.py +++ b/youtube_dl/extractor/dhm.py @@ -1,10 +1,7 @@ from __future__ import unicode_literals from .common import InfoExtractor -from ..utils import ( - xpath_text, - parse_duration, -) +from ..utils import parse_duration class DHMIE(InfoExtractor): |