Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Feb 2, 2024
1 parent b520a0e commit a8fb0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysqa/ext/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def authentication(title, instructions, prompt_list):
client_new.connect(
hostname=self._ssh_proxy_host,
username=self._ssh_username,
sock=vmchannel
sock=vmchannel,
)
self._ssh_proxy_connection = ssh
return client_new
Expand Down

0 comments on commit a8fb0e9

Please sign in to comment.