We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295b98a commit 0bfbda5Copy full SHA for 0bfbda5
tests/nodes/test_graph_execution_state.py
@@ -28,7 +28,6 @@ def mock_services():
28
logger = None, # type: ignore
29
images = None, # type: ignore
30
latents = None, # type: ignore
31
- metadata = None, # type: ignore
32
queue = MemoryInvocationQueue(),
33
graph_library=SqliteItemStorage[LibraryGraph](
34
filename=sqlite_memory, table_name="graphs"
tests/nodes/test_invoker.py
@@ -26,7 +26,6 @@ def mock_services() -> InvocationServices:
26
27
0 commit comments