Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed Mar 25, 2024
1 parent 245848e commit 25ea7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/utils/controller_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ def get_controller_resources(
controller_type: str,
controller_name: str,
controller_resources_config: Dict[str, Any],
task_resources: Iterable[resources.Resources],
) -> Set[resources.Resources]:
task_resources: Iterable['resources.Resources'],
) -> Set['resources.Resources']:
"""Read the skypilot config and setup the controller resources.
Returns:
Expand Down

0 comments on commit 25ea7b3

Please sign in to comment.