mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-14 14:07:25 +02:00
add test_api_capabilities.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from argparse import Action
|
||||
from typing import Dict, List
|
||||
from typing import List
|
||||
|
||||
from facefusion.types import Args, ArgsStore, ArgumentValue, Scope
|
||||
|
||||
|
||||
+1
-1
@@ -99,7 +99,7 @@ Resolution : TypeAlias = Tuple[int, int]
|
||||
|
||||
Args : TypeAlias = Dict[str, Any]
|
||||
Scope : TypeAlias = Literal['api', 'cli', 'sys']
|
||||
ArgumentValue : TypeAlias = Any
|
||||
ArgumentValue : TypeAlias = Dict[str, Any]
|
||||
|
||||
ArgsStore = TypedDict('ArgsStore',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user