1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-04 16:27:06 -05:00

[xhamster] Remove unused import

This commit is contained in:
Sergey M․
2015-08-05 23:08:26 +06:00
parent 238755752f
commit f535ec8278

View File

@@ -4,7 +4,6 @@ import re
from .common import InfoExtractor from .common import InfoExtractor
from ..utils import ( from ..utils import (
ExtractorError,
unified_strdate, unified_strdate,
str_to_int, str_to_int,
int_or_none, int_or_none,