feat(nodes): remove references to restoration services

- remove restoration services
- remove the restore faces nodes
- update tests
This commit is contained in:
psychedelicious
2023-07-16 01:12:39 +10:00
parent 8a1b9d1001
commit c7b547ea3e
8 changed files with 25 additions and 203 deletions

View File

@@ -55,7 +55,6 @@ def mock_services() -> InvocationServices:
),
graph_execution_manager = SqliteItemStorage[GraphExecutionState](filename = sqlite_memory, table_name = 'graph_executions'),
processor = DefaultInvocationProcessor(),
restoration = None, # type: ignore
configuration = None, # type: ignore
)