1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 17:59:35 +00:00

[mixcloud] Remove unused import

This commit is contained in:
Sergey M․ 2015-01-30 23:21:58 +06:00
parent b80505a409
commit 439d9be27d

View file

@ -9,7 +9,6 @@ from ..compat import (
from ..utils import (
ExtractorError,
HEADRequest,
int_or_none,
str_to_int,
parse_iso8601,
)