Remove duplicate variable assignment
This commit is contained in:
parent
e53683655d
commit
8abc48eb86
1 changed files with 0 additions and 1 deletions
|
@ -206,7 +206,6 @@ def process(cities, transfers, filename, cache_path):
|
|||
}
|
||||
all_stops[station_id] = station_gtfs
|
||||
|
||||
platform_id = f"{route_stop.stoparea.id}_plt"
|
||||
platform_gtfs = {
|
||||
"stop_id": platform_id,
|
||||
"stop_code": platform_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue