Skip to content

Commit 3a69d3a

Browse files
committed
fixes linting errors
1 parent ea8e525 commit 3a69d3a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • hyperglass/execution/drivers

hyperglass/execution/drivers/ssh.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ def opener():
4848
proxy.credential.password.get_secret_value()
4949
)
5050
try:
51-
return open_tunnel(ssh_address_or_host=proxy._target, ssh_port=proxy.port, **tunnel_kwargs)
51+
return open_tunnel(
52+
ssh_address_or_host=proxy._target, ssh_port=proxy.port, **tunnel_kwargs
53+
)
5254

5355
except BaseSSHTunnelForwarderError as scrape_proxy_error:
5456
log.bind(device=self.device.name, proxy=proxy.name).error(

0 commit comments

Comments
 (0)