Skip to content

Commit f426bc4

Browse files
mypy: attempt to fix lint issue (#6148)
1 parent 6eb8f61 commit f426bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/flow/network/ssh_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def async_request(
6363
cmd, ssh_cmd, login_sh, cylc_path, msg = self.prepare_command(
6464
command, args, timeout
6565
)
66-
platform = {
66+
platform: dict = {
6767
'ssh command': ssh_cmd,
6868
'cylc path': cylc_path,
6969
'use login shell': login_sh,

0 commit comments

Comments
 (0)