[ie/playsuisse] Clean up imports

Authored by: bashonly
This commit is contained in:
bashonly 2025-05-13 08:21:04 -05:00
parent 1b68ebd381
commit 0c2900d16b
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -9,11 +9,10 @@ from ..utils import (
int_or_none,
join_nonempty,
parse_qs,
traverse_obj,
update_url_query,
urlencode_postdata,
)
from ..utils.traversal import unpack
from ..utils.traversal import traverse_obj, unpack
class PlaySuisseIE(InfoExtractor):