Skip to content

Commit af83dcc

Browse files
authored
Apply suggestion from @GeigerJ2
1 parent 4c437b8 commit af83dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiida_shell/launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def launch_shell_job( # noqa: PLR0913
3232
metadata: dict[str, t.Any] | None = None,
3333
submit: bool = False,
3434
resolve_command: bool = True,
35-
monitors: dict[str, Data] | None = None,
35+
monitors: dict[str, Dict] | None = None,
3636
) -> tuple[dict[str, Data], ProcessNode]:
3737
"""Launch a :class:`aiida_shell.ShellJob` job for the given command.
3838

0 commit comments

Comments
 (0)