Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed May 8, 2024
1 parent 5d276b5 commit 98c0eb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sky/serve/load_balancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def _sync_with_controller(self):
if replica_url not in self._client_pool:
# TODO(tian): Support HTTPS.
self._client_pool[replica_url] = (
httpx.AsyncClient(
base_url=replica_url))
httpx.AsyncClient(base_url=replica_url))
urls_to_close = set(
self._client_pool.keys()) - set(ready_replica_urls)
client_to_close = []
Expand Down

0 comments on commit 98c0eb6

Please sign in to comment.