mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-01 00:12:58 +01:00
Remove unused imports
This commit is contained in:
parent
61224dbcdd
commit
723f839911
@ -4,7 +4,6 @@ import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
determine_ext,
|
||||
unified_strdate,
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,6 @@ import json
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
compat_str,
|
||||
clean_html,
|
||||
get_element_by_id,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user