Skip to content

Commit

Permalink
refactor: dict[str, str]
Browse files Browse the repository at this point in the history
Co-authored-by: Tian Xia <[email protected]>
  • Loading branch information
andylizf and cblmemo authored Dec 21, 2024
1 parent 13b9de0 commit 4cd4d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/serve/serve_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def _get_service_status(


def get_service_status_encoded(service_names: Optional[List[str]]) -> str:
service_statuses: List[Dict[str, Any]] = []
service_statuses: List[Dict[str, str]] = []
if service_names is None:
# Get all service names
service_names = serve_state.get_glob_service_names(None)
Expand Down

0 comments on commit 4cd4d44

Please sign in to comment.