Adjust the mkdir_p import in sync/models/media.py

This commit is contained in:
tcely 2025-06-02 15:46:50 -04:00 committed by GitHub
parent f097b6b4e0
commit 0be0aa9e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ from common.errors import NoFormatException
from common.json import JSONEncoder
from common.utils import (
clean_filename, clean_emoji, directory_and_stem,
glob_quote, seconds_to_timestr,
glob_quote, mkdir_p, seconds_to_timestr,
)
from ..youtube import (
get_media_info as get_youtube_media_info,
@ -26,7 +26,7 @@ from ..youtube import (
)
from ..utils import (
parse_media_format, filter_response,
write_text_file, mkdir_p, multi_key_sort,
write_text_file, multi_key_sort,
)
from ..matching import (
get_best_combined_format,