1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-06 02:49:35 +02: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 ..utils import (
ExtractorError,
HEADRequest,
int_or_none,
str_to_int,
parse_iso8601,
)