1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-08-24 16:40:31 +02:00

[dhm] Remove unused import

This commit is contained in:
Sergey M․ 2015-08-13 01:19:23 +06:00
parent e73c85cb23
commit 237c03c8ea

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