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

Actually fixed type hint mistake for real this time

parent 35beb437
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",
) -> NamedTuple[Queue[CapabilityEngine], List[CapabilityEngine]]:
) -> NamedTuple:
"""
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