Skip to content

Commit

Permalink
Another precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
kadhikari committed Sep 7, 2023
1 parent 5afe2cb commit 4e946d2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@

poi = {
'poi_type': {'name': 'station vls', 'id': 'poi_type:amenity:bicycle_rental'},
'coord': {'lat': '48.0981147', 'lon': '-1.6552921'}
'coord': {'lat': '48.0981147', 'lon': '-1.6552921'},
}

BSS_PROVIDER = [
{
"id": "forseti_stations",
"class": "jormungandr.parking_space_availability.bss.forseti.ForsetiProvider",
"args": {"service_url": "https://gbfs-station.forseti.sbx.aws.private/stations", "timeout": 20},
"id": "forseti_stations",
"class": "jormungandr.parking_space_availability.bss.forseti.ForsetiProvider",
"args": {"service_url": "https://gbfs-station.forseti.sbx.aws.private/stations", "timeout": 20},
}
]

Expand Down

0 comments on commit 4e946d2

Please sign in to comment.