add test_api_capabilities.py

This commit is contained in:
harisreedhar
2026-02-17 14:32:35 +05:30
committed by henryruhs
parent eae6d41540
commit 4ab2d81580
3 changed files with 53 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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',
{