mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
[extractor/echo360] remove unused import
This commit is contained in:
parent
cad8b67755
commit
38741ad6e5
|
@ -1,13 +1,7 @@
|
|||
import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
determine_ext,
|
||||
float_or_none,
|
||||
parse_duration,
|
||||
traverse_obj,
|
||||
update_url,
|
||||
)
|
||||
from ..utils import determine_ext, parse_duration, traverse_obj, update_url
|
||||
|
||||
|
||||
class Echo360IE(InfoExtractor):
|
||||
|
|
Loading…
Reference in a new issue