Skip to content

Commit

Permalink
Fix list typing (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineechen authored Nov 13, 2024
1 parent 5804612 commit ddb9dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runhouse/resources/hardware/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def get_clusters_from_den(cluster_filters: dict):
return clusters_in_den_resp


def get_unsaved_live_clusters(den_clusters: list[Dict]):
def get_unsaved_live_clusters(den_clusters: List[Dict]):
import sky

try:
Expand Down

0 comments on commit ddb9dee

Please sign in to comment.