1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-12 10:11:02 +01:00

[mdr] Remove unused imports

This commit is contained in:
Philipp Hagemeister 2014-04-21 06:49:21 +02:00
parent 43acb120f3
commit d2d6481afb

View File

@ -3,9 +3,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
class MDRIE(InfoExtractor):