diff options
| -rw-r--r-- | youtube_dl/extractor/funnyordie.py | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/extractor/funnyordie.py b/youtube_dl/extractor/funnyordie.py index 90ab05338..3045978f1 100644 --- a/youtube_dl/extractor/funnyordie.py +++ b/youtube_dl/extractor/funnyordie.py @@ -1,9 +1,6 @@  import re  from .common import InfoExtractor -from ..utils import ( -    ExtractorError, -)  class FunnyOrDieIE(InfoExtractor):  | 
