Parcourir la source

[arte.tv] Remove unused import

Sergey M․ il y a 11 ans
Parent
commit
40bca5f927
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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,
 )