mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[fox] Remove unused imports
This commit is contained in:
parent
9868f1ab18
commit
5496754ae4
1 changed files with 0 additions and 2 deletions
|
@ -6,12 +6,10 @@
|
|||
|
||||
from .adobepass import AdobePassIE
|
||||
from ..compat import (
|
||||
compat_HTTPError,
|
||||
compat_str,
|
||||
compat_urllib_parse_unquote,
|
||||
)
|
||||
from ..utils import (
|
||||
ExtractorError,
|
||||
int_or_none,
|
||||
parse_age_limit,
|
||||
parse_duration,
|
||||
|
|
Loading…
Reference in a new issue