mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
[elemental_tv] Fix import ordering issues
This commit is contained in:
parent
11daaaf060
commit
8bdf94aee3
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ import json
|
|||
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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue