From 81c2fac721514ca6407cfd920ac8c93eae05dd33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 17 Mar 2025 00:14:32 +0100 Subject: [PATCH] fix formatting --- yt_dlp/extractor/cda.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/cda.py b/yt_dlp/extractor/cda.py index 0616d98781..1c65c36345 100644 --- a/yt_dlp/extractor/cda.py +++ b/yt_dlp/extractor/cda.py @@ -15,13 +15,16 @@ OnDemandPagedList, float_or_none, int_or_none, + jwt_decode_hs256, + jwt_encode_hs256, + jwt_is_expired, merge_dicts, multipart_encode, - parse_duration,jwt_is_expired, + parse_duration, traverse_obj, try_call, try_get, - urljoin, jwt_encode_hs256, jwt_decode_hs256, + urljoin, )