This commit is contained in:
root
2025-07-10 17:15:49 +08:00
parent 22097ca2b3
commit 59ec478665

View File

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