Kaynağa Gözat

[mdr] Remove unused imports

Philipp Hagemeister 11 yıl önce
ebeveyn
işleme
d2d6481afb
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. 0 3
      youtube_dl/extractor/mdr.py

+ 0 - 3
youtube_dl/extractor/mdr.py

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