Remove unused imports
[youtube-dl] / youtube_dl / extractor / screenwavemedia.py
index 1081904712806e4add7540c164824e3c68e26029..6c9fdb7c1aceb35efc166c9207fd503603040b9b 100644 (file)
@@ -5,9 +5,7 @@ import re
 
 from .common import InfoExtractor
 from ..utils import (
-    ExtractorError,
     int_or_none,
-    month_by_name,
     unified_strdate,
 )