Sfoglia il codice sorgente

[arte.tv] Remove unused import

Sergey M․ 11 anni fa
parent
commit
40bca5f927
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      youtube_dl/extractor/arte.py

+ 0 - 1
youtube_dl/extractor/arte.py

@@ -10,7 +10,6 @@ from ..utils import (
     unified_strdate,
     determine_ext,
     get_element_by_id,
-    compat_str,
     get_element_by_attribute,
     int_or_none,
 )