mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-24 02:50:56 +02:00
Rename typing to types
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ from json import JSONDecodeError
|
||||
from typing import Optional
|
||||
|
||||
from facefusion.filesystem import is_file
|
||||
from facefusion.typing import Content
|
||||
from facefusion.types import Content
|
||||
|
||||
|
||||
def read_json(json_path : str) -> Optional[Content]:
|
||||
|
||||
Reference in New Issue
Block a user