1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 09:49:36 +00:00

[xhamster] Remove unused import

This commit is contained in:
Jaime Marquínez Ferrándiz 2016-01-09 11:16:23 +01:00
parent b374af6ebd
commit 27783821af

View file

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