Skip to content

Commit

Permalink
dict[] to Dict[]
Browse files Browse the repository at this point in the history
Signed-off-by: Mynhardt Burger <[email protected]>
  • Loading branch information
mynhardtburger committed Jan 30, 2024
1 parent 2ddbd36 commit a1531b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aconfig/aconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def _verify_config_location(config_location: str) -> str:
return config_location

@staticmethod
def _load_yaml_file(config_location: str) -> dict[Any, Any]:
def _load_yaml_file(config_location: str) -> Dict[Any, Any]:
"""Helper to load .yaml file at location. Assumes file location has been validated.
Args:
Expand Down

0 comments on commit a1531b7

Please sign in to comment.