Sfoglia il codice sorgente

[sportbox] Remove unused import

Jaime Marquínez Ferrándiz 10 anni fa
parent
commit
ba64547616
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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,
 )