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

[generic] Remove unused import

This commit is contained in:
Sergey M․
2018-08-26 20:08:31 +07:00
parent dac6f7654a
commit 287cf7e443
-1
View File
@@ -32,7 +32,6 @@ from ..utils import (
unified_strdate,
unsmuggle_url,
UnsupportedError,
url_or_none,
xpath_text,
)
from .commonprotocols import RtmpIE