Skip to content

Commit

Permalink
code style refs eclipse-sumo#12
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Nov 24, 2021
1 parent 7c9b1f6 commit 59b9988
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/generateParkingAreaRerouters.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ def _cached_get_shortest_path(from_edge, to_edge, fromPos, toPos):
else:
sequence = distances.items()





for pid, dists in sequence:
list_of_dist = [tuple(reversed(x)) for x in dists.items() if x[1] is not None]
list_of_dist = sorted(list_of_dist)
Expand Down

0 comments on commit 59b9988

Please sign in to comment.