fix(nodes): rebase fixes

This commit is contained in:
psychedelicious
2023-05-25 01:00:07 +10:00
committed by Kent Keirsey
parent 1fb307abf4
commit ff6b345d45
2 changed files with 4 additions and 5 deletions

View File

@ -45,7 +45,7 @@ class InvocationServices:
graph_execution_manager: ItemStorageABC["GraphExecutionState"],
processor: "InvocationProcessorABC",
restoration: RestorationServices,
configuration: InvokeAISettings=None,
configuration: InvokeAISettings = None,
):
self.model_manager = model_manager
self.events = events
@ -58,5 +58,3 @@ class InvocationServices:
self.processor = processor
self.restoration = restoration
self.configuration = configuration