Browse Source

[FunnyOrDie] Remove unused import

Philipp Hagemeister 12 years ago
parent
commit
48db0b1f4a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      youtube_dl/extractor/funnyordie.py

+ 0 - 3
youtube_dl/extractor/funnyordie.py

@@ -1,9 +1,6 @@
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
-)
 
 
 class FunnyOrDieIE(InfoExtractor):