File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def retrieve(
7777 if not trip_id :
7878 raise ValueError (f"Expected a non-empty value for `trip_id` but received { trip_id !r} " )
7979 return self ._get (
80- f"/api/where/trip-details/tripID .json" ,
80+ f"/api/where/trip-details/{ trip_id } .json" ,
8181 options = make_request_options (
8282 extra_headers = extra_headers ,
8383 extra_query = extra_query ,
@@ -151,7 +151,7 @@ async def retrieve(
151151 if not trip_id :
152152 raise ValueError (f"Expected a non-empty value for `trip_id` but received { trip_id !r} " )
153153 return await self ._get (
154- f"/api/where/trip-details/tripID .json" ,
154+ f"/api/where/trip-details/{ trip_id } .json" ,
155155 options = make_request_options (
156156 extra_headers = extra_headers ,
157157 extra_query = extra_query ,
You can’t perform that action at this time.
0 commit comments