Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Dec 23, 2023
1 parent dd19a91 commit 55288cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/scripts/update_station_distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def transform_to_line(route_from_api: str):
else:
return "Green"


def initialize_interstop_data():
# stop id => distance to other reachable stops on the same route
stop_distances: WeightedGraph = {}
Expand Down

0 comments on commit 55288cd

Please sign in to comment.