Parcourir la source

[xhamster] Remove unused import

Jaime Marquínez Ferrándiz il y a 10 ans
Parent
commit
27783821af
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      youtube_dl/extractor/xhamster.py

+ 0 - 1
youtube_dl/extractor/xhamster.py

@@ -6,7 +6,6 @@ from .common import InfoExtractor
 from ..utils import (
     float_or_none,
     int_or_none,
-    str_to_int,
     unified_strdate,
 )