mirror of https://github.com/yt-dlp/yt-dlp.git
Fix for linter changes
This commit is contained in:
parent
5b9a30f258
commit
e093a34462
|
@ -1,8 +1,8 @@
|
|||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
ExtractorError,
|
||||
parse_iso8601,
|
||||
traverse_obj,
|
||||
ExtractorError,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue