mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 23:09:37 +01:00
Remove unused imports
This commit is contained in:
parent
f46f4a995b
commit
a339e5cfb5
@ -8,10 +8,8 @@
|
|||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
compat_http_client,
|
compat_http_client,
|
||||||
compat_parse_qs,
|
|
||||||
compat_str,
|
compat_str,
|
||||||
compat_urllib_error,
|
compat_urllib_error,
|
||||||
compat_urllib_parse_urlparse,
|
|
||||||
compat_urllib_request,
|
compat_urllib_request,
|
||||||
|
|
||||||
ExtractorError,
|
ExtractorError,
|
||||||
|
Loading…
Reference in New Issue
Block a user