From 107bed866fc9017373607256aa8ee37fabea6555 Mon Sep 17 00:00:00 2001 From: DmitryScaletta Date: Tue, 27 Feb 2024 02:32:49 +0300 Subject: [PATCH] [PromoDJ] Sort imports --- yt_dlp/extractor/promodj.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/promodj.py b/yt_dlp/extractor/promodj.py index 235ff0187..494652123 100644 --- a/yt_dlp/extractor/promodj.py +++ b/yt_dlp/extractor/promodj.py @@ -6,17 +6,17 @@ import urllib.parse from .common import InfoExtractor from .youtube import YoutubeIE from ..utils import ( + ExtractorError, + OnDemandPagedList, clean_html, dict_get, extract_attributes, - ExtractorError, get_element_by_class, get_element_html_by_id, get_elements_html_by_class, int_or_none, js_to_json, merge_dicts, - OnDemandPagedList, parse_duration, str_or_none, traverse_obj,