[wat] Remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 25 Aug 2014 08:15:32 +0000 (10:15 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 25 Aug 2014 08:15:32 +0000 (10:15 +0200)
youtube_dl/extractor/wat.py

index 76744215f2cf2e86316393e45d4a9b31fb68e8ee..6462d2e8148cce91fd4f3a9cab7b5d4d17c429f5 100644 (file)
@@ -7,7 +7,6 @@ import hashlib
 
 from .common import InfoExtractor
 from ..utils import (
-    ExtractorError,
     unified_strdate,
 )