Browse Source

[xhamster] Remove unused import

Jaime Marquínez Ferrándiz 9 years ago
parent
commit
27783821af
1 changed files with 0 additions and 1 deletions
  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,
 )