Skip to content

Commit 70a4d5b

Browse files
committed
Fix typo
1 parent 89147e1 commit 70a4d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smartsim/_core/control/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def _launch_orchestrator(
536536
def _launch_step(
537537
self,
538538
job_step: Step,
539-
entity: SmartSimEntity | EntitySequence[SmartSimEntity]],
539+
entity: SmartSimEntity | EntitySequence[SmartSimEntity],
540540
monitor: bool = True,
541541
) -> None:
542542
"""Use the launcher to launch a job step

0 commit comments

Comments
 (0)