mirror of
https://github.com/facefusion/facefusion.git
synced 2026-05-13 02:34:43 +02:00
Basic state manager test
This commit is contained in:
@@ -12,7 +12,7 @@ def get_state(app_context : AppContext) -> Union[State, ProcessorState]:
|
||||
|
||||
|
||||
def clear_state(app_context : AppContext) -> None:
|
||||
STATE_SET[app_context] = {}
|
||||
STATE_SET[app_context] = {} #type:ignore[typeddict-item]
|
||||
|
||||
|
||||
@pytest.fixture(scope = 'function', autouse = True)
|
||||
|
||||
Reference in New Issue
Block a user