Explorar el Código

[sportbox] Remove unused import

Jaime Marquínez Ferrándiz hace 10 años
padre
commit
ba64547616
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/extractor/sportbox.py

+ 0 - 1
youtube_dl/extractor/sportbox.py

@@ -6,7 +6,6 @@ import re
 from .common import InfoExtractor
 from ..compat import compat_urlparse
 from ..utils import (
-    parse_duration,
     unified_strdate,
 )