diff --git a/smartsim/_core/shell/shellLauncher.py b/smartsim/_core/shell/shellLauncher.py index c22ba6ba83..a247866989 100644 --- a/smartsim/_core/shell/shellLauncher.py +++ b/smartsim/_core/shell/shellLauncher.py @@ -57,7 +57,7 @@ class ShellLauncherCommand(t.NamedTuple): path: pathlib.Path stdout: io.TextIOWrapper | int stderr: io.TextIOWrapper | int - command_tuple: tuple[str, tuple[str, ...]] | t.Sequence[str] + command_tuple: t.Sequence[str] def make_shell_format_fn(