Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Oct 9, 2024
1 parent 6856ca1 commit 15fb4c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,6 @@ def _process_skypilot_pods(
pods: List[Any],
context: Optional[str] = None
) -> Tuple[List[Dict[Any, Any]], Dict[str, Any], Dict[str, Any]]:
"""Process SkyPilot pods and group them by cluster."""
clusters: Dict[str, Dict] = {}
jobs_controllers: Dict[str, Dict] = {}
serve_controllers: Dict[str, Dict] = {}
Expand Down

0 comments on commit 15fb4c5

Please sign in to comment.