This commit is contained in:
root 2025-07-10 17:15:49 +08:00
parent 22097ca2b3
commit 59ec478665
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from typing import Union
import sys import sys
import os import os
from config import settings from ..config import settings
def validate_video_file(file_path: Union[str, Path]) -> bool: def validate_video_file(file_path: Union[str, Path]) -> bool: