Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoxt121 authored Feb 10, 2025
1 parent a7948e5 commit a14b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/clouds/utils/scp_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def add_new_firewall_outbound_rule(self, firewall_id, internal_ip, port):
'ruleDescription': 'skyserve rule'
}
return self._post(url, request_body)

def wait_firewall_inbound_rule_complete(self, firewall_id, rule_id):
while True:
time.sleep(5)
Expand Down

0 comments on commit a14b4cf

Please sign in to comment.