1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-10 13:59:37 +00:00

[extractor/generic] Remove unused import

This commit is contained in:
Sergey M․ 2020-12-07 02:01:47 +07:00
parent fa604d9083
commit 791b743765
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -31,7 +31,6 @@ from ..utils import (
sanitized_Request, sanitized_Request,
smuggle_url, smuggle_url,
unescapeHTML, unescapeHTML,
unified_strdate,
unified_timestamp, unified_timestamp,
unsmuggle_url, unsmuggle_url,
UnsupportedError, UnsupportedError,