diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-06-23 22:07:17 +0200 |
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-06-23 22:07:17 +0200 |
| commit | 48db0b1f4a1503691847ca3faa768107993bf929 (patch) | |
| tree | fd2788827c98d1550b8431384a612efa1e100b80 | |
| parent | 8f0578f0fc91ad8797777698c44cc5445bf111c2 (diff) | |
[FunnyOrDie] Remove unused import
| -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): |
