Skip to content

Commit

Permalink
refactor: Update API resource URLs to use route_id variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Jul 8, 2024
1 parent 0dbbc76 commit 3923494
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/onebusaway/resources/stops_for_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ def list(
if not route_id:
raise ValueError(f"Expected a non-empty value for `route_id` but received {route_id!r}")
return self._get(
<<<<<<< HEAD
f"/api/where/stops-for-route/{route_id}.json",
=======
f"/api/where/stops-for-route/routeID.json",
>>>>>>> origin/main
options=make_request_options(
extra_headers=extra_headers,
extra_query=extra_query,
Expand Down

0 comments on commit 3923494

Please sign in to comment.