Skip to content

Commit

Permalink
Fix stray dict/Dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Mar 25, 2024
1 parent 6fc58c5 commit 16b4253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nird/road.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def network_flow_model(
min_speed_cap: Dict[str, float],
urban_speed_cap: Dict[str, float],
col_eid: str,
) -> Tuple[dict[str, float], Dict[str, int], Dict[str, int]]:
) -> Tuple[Dict[str, float], Dict[str, int], Dict[str, int]]:
"""Network flow model
Parameters
Expand Down

0 comments on commit 16b4253

Please sign in to comment.