[mdr] Remove unused imports

This commit is contained in:
Philipp Hagemeister 2014-04-21 06:49:21 +02:00
parent 43acb120f3
commit d2d6481afb
1 changed files with 0 additions and 3 deletions

View File

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