Remove unused imports
[youtube-dl] / youtube_dl / extractor / mit.py
index ab8b7ec3ea06624901b9ca97e0f37f7417b095f8..76b717fe5dbac08b8b103a1e44192a6fbf6d2a55 100644 (file)
@@ -3,7 +3,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_str,
     clean_html,
     get_element_by_id,
 )