mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-02 19:36:45 +00:00
[elemental_tv] Fix import ordering issues
This commit is contained in:
parent
11daaaf060
commit
8bdf94aee3
|
@ -2,8 +2,8 @@
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from yt_dlp.networking.exceptions import HTTPError
|
|
||||||
from yt_dlp.extractor.common import InfoExtractor
|
from yt_dlp.extractor.common import InfoExtractor
|
||||||
|
from yt_dlp.networking.exceptions import HTTPError
|
||||||
from yt_dlp.utils import ExtractorError
|
from yt_dlp.utils import ExtractorError
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue