Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Format and comment after review
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed Feb 6, 2020
1 parent a7e0dda commit 1074999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion idunn/api/directions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def get_directions_with_coordinates(
# Request
request: Request = Depends(directions_request),
):

from_place = Latlon(f_lat, f_lon)
to_place = Latlon(t_lat, t_lon)
if not type:
Expand Down
1 change: 1 addition & 0 deletions idunn/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_api_urls(settings):
return [
APIRoute("/metrics", metric_handler),
APIRoute("/status", get_status),
# Deprecated POI route
APIRoute("/pois/{id}", get_poi, deprecated=True),
# Places
APIRoute("/places", get_places_bbox),
Expand Down

0 comments on commit 1074999

Please sign in to comment.