1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-24 00:00:07 -04:00

[mdr] Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-04-21 06:49:21 +02:00
parent 43acb120f3
commit d2d6481afb
-3
View File
@@ -3,9 +3,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
class MDRIE(InfoExtractor):