summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-23 22:07:17 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-23 22:07:17 +0200
commit48db0b1f4a1503691847ca3faa768107993bf929 (patch)
treefd2788827c98d1550b8431384a612efa1e100b80
parent8f0578f0fc91ad8797777698c44cc5445bf111c2 (diff)
downloadyoutube-dl-48db0b1f4a1503691847ca3faa768107993bf929.tar.gz
youtube-dl-48db0b1f4a1503691847ca3faa768107993bf929.tar.xz
youtube-dl-48db0b1f4a1503691847ca3faa768107993bf929.zip
[FunnyOrDie] Remove unused import
-rw-r--r--youtube_dl/extractor/funnyordie.py3
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):