Skip to content

Commit

Permalink
revert debug change
Browse files Browse the repository at this point in the history
Signed-off-by: Aylei <[email protected]>
  • Loading branch information
aylei committed Dec 20, 2024
1 parent 2ff4517 commit 4619413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/clouds/service_catalog/aws_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def _get_az_mappings(aws_user_hash: str) -> Optional['pd.DataFrame']:
return az_mappings


@timeline.event
def _fetch_and_apply_az_mapping(df: common.LazyDataFrame) -> 'pd.DataFrame':
"""Maps zone IDs (use1-az1) to zone names (us-east-1x).
Expand Down Expand Up @@ -291,7 +292,6 @@ def get_region_zones_for_instance_type(instance_type: str,
return us_region_list + other_region_list


@timeline.event
def list_accelerators(
gpus_only: bool,
name_filter: Optional[str],
Expand Down

0 comments on commit 4619413

Please sign in to comment.