1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-24 00:00:07 -04:00

[mixcloud] Remove unused import

This commit is contained in:
Sergey M․
2015-01-30 23:21:58 +06:00
parent b80505a409
commit 439d9be27d
-1
View File
@@ -9,7 +9,6 @@ from ..compat import (
from ..utils import (
ExtractorError,
HEADRequest,
int_or_none,
str_to_int,
parse_iso8601,
)