mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
fix import statement for traverse_obj
This commit is contained in:
parent
9174bc2a81
commit
fbfd7c4a81
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ from .common import InfoExtractor
|
|||
from ..utils import (
|
||||
ExtractorError,
|
||||
str_or_none,
|
||||
traverse_obj,
|
||||
url_or_none,
|
||||
)
|
||||
from ..utils.traversal import traverse_obj
|
||||
|
||||
|
||||
class EggsBaseIE(InfoExtractor):
|
||||
|
|
Loading…
Add table
Reference in a new issue