Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Jun 29, 2024
1 parent f6af12c commit 17b4519
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sky/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,7 @@ def setup_kubernetes_authentication(config: Dict[str, Any]) -> Dict[str, Any]:
# on GKE.
ssh_target = config['cluster_name'] + '-head'
ssh_proxy_cmd = kubernetes_utils.get_ssh_proxy_command(
ssh_target,
port_forward_mode,
private_key_path=private_key_path)
ssh_target, port_forward_mode, private_key_path=private_key_path)
else:
# This should never happen because we check for this in from_str above.
raise ValueError(f'Unsupported networking mode: {network_mode_str}')
Expand Down

0 comments on commit 17b4519

Please sign in to comment.