Skip to content
Snippets Groups Projects
Commit 35beb437 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Fixed type hint that was throwing an error

parent 6291b54b
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ class CapabilityQueue(CapabilityQueueIF):
num_engines: int,
capability_info: CapabilityInfo,
workflow_service: "WorkflowService",
) -> cls.EngineList:
) -> NamedTuple[Queue[CapabilityEngine], List[CapabilityEngine]]:
"""
Initialize available engine queue and list of in-use engines
:return: EngineList
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment