1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

[elemental_tv] Fix import ordering issues

This commit is contained in:
mp107 2024-06-17 19:44:51 +02:00
parent 11daaaf060
commit 8bdf94aee3

View file

@ -2,8 +2,8 @@
import re
import time
from yt_dlp.networking.exceptions import HTTPError
from yt_dlp.extractor.common import InfoExtractor
from yt_dlp.networking.exceptions import HTTPError
from yt_dlp.utils import ExtractorError