Browse Source

[wat] Remove unused import

Philipp Hagemeister 11 years ago
parent
commit
1f06864e9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/wat.py

+ 0 - 1
youtube_dl/extractor/wat.py

@@ -7,7 +7,6 @@ import hashlib
 
 from .common import InfoExtractor
 from ..utils import (
-    ExtractorError,
     unified_strdate,
 )