Skip to content

Commit

Permalink
Use List from typing module
Browse files Browse the repository at this point in the history
  • Loading branch information
Renni771 committed Feb 26, 2024
1 parent cf327d2 commit 17039c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/carbon_emissions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AWSInstance(TypedDict):
name: str
mem: float
v_cpu_count: int
cpu: list[AWSInstanceCPU]
cpu: List[AWSInstanceCPU]


def get_carbon_intensity_entry(geographical_server_location_code: str) -> CarbonIntensityEntry:
Expand Down

0 comments on commit 17039c7

Please sign in to comment.