Pārlūkot izejas kodu

Remove unused imports

Philipp Hagemeister 11 gadi atpakaļ
vecāks
revīzija
723f839911
2 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 1
      youtube_dl/extractor/dreisat.py
  2. 0 1
      youtube_dl/extractor/mit.py

+ 0 - 1
youtube_dl/extractor/dreisat.py

@@ -4,7 +4,6 @@ import re
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
-    determine_ext,
     unified_strdate,
     unified_strdate,
 )
 )
 
 

+ 0 - 1
youtube_dl/extractor/mit.py

@@ -3,7 +3,6 @@ import json
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
-    compat_str,
     clean_html,
     clean_html,
     get_element_by_id,
     get_element_by_id,
 )
 )