[extractor/echo360] remove unused import

This commit is contained in:
c0d3d3v 2024-04-18 19:08:08 +02:00
parent cad8b67755
commit 38741ad6e5
No known key found for this signature in database
GPG Key ID: 9C0916B73C826BF6
1 changed files with 1 additions and 7 deletions

View File

@ -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):