fix
This commit is contained in:
parent
22097ca2b3
commit
59ec478665
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue