Skip to content

Commit

Permalink
mypy: attempt to fix lint issue (#6148)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Jun 17, 2024
1 parent 6eb8f61 commit f426bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/network/ssh_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def async_request(
cmd, ssh_cmd, login_sh, cylc_path, msg = self.prepare_command(
command, args, timeout
)
platform = {
platform: dict = {
'ssh command': ssh_cmd,
'cylc path': cylc_path,
'use login shell': login_sh,
Expand Down

0 comments on commit f426bc4

Please sign in to comment.