1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-13 16:08:29 +00:00

Sort import

This commit is contained in:
srki 2025-07-31 18:35:31 +02:00
parent 65668473ad
commit 595d6cd8b6

View File

@ -13,11 +13,11 @@
int_or_none,
parse_count,
parse_duration,
parse_resolution,
unified_timestamp,
url_or_none,
urlencode_postdata,
urljoin,
parse_resolution,
)
from ..utils.traversal import traverse_obj