summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-25 10:15:32 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-25 10:15:32 +0200
commit1f06864e9ab102b19569f13e2a02e18921a26511 (patch)
tree536d2424788370dac964b3ca9596e19adc7508a1
parent348ae0a79ee9cafc6e292ca01f09839900aa52e6 (diff)
downloadyoutube-dl-1f06864e9ab102b19569f13e2a02e18921a26511.tar.gz
youtube-dl-1f06864e9ab102b19569f13e2a02e18921a26511.tar.xz
youtube-dl-1f06864e9ab102b19569f13e2a02e18921a26511.zip
[wat] Remove unused import
-rw-r--r--youtube_dl/extractor/wat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/wat.py b/youtube_dl/extractor/wat.py
index 76744215f..6462d2e81 100644
--- a/youtube_dl/extractor/wat.py
+++ b/youtube_dl/extractor/wat.py
@@ -7,7 +7,6 @@ import hashlib
 
 from .common import InfoExtractor
 from ..utils import (
-    ExtractorError,
     unified_strdate,
 )