[dhm] Remove unused import

This commit is contained in:
Sergey M․ 2015-08-13 01:19:23 +06:00
parent e73c85cb23
commit 237c03c8ea
1 changed files with 1 additions and 4 deletions

View File

@ -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):