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 @@ -56,7 +56,7 @@ def retrieve(
5656 if not agency_id :
5757 raise ValueError (f"Expected a non-empty value for `agency_id` but received { agency_id !r} " )
5858 return self ._get (
59- f"/api/where/agency/agencyID .json" ,
59+ f"/api/where/agency/{ agency_id } .json" ,
6060 options = make_request_options (
6161 extra_headers = extra_headers , extra_query = extra_query , extra_body = extra_body , timeout = timeout
6262 ),
@@ -99,7 +99,7 @@ async def retrieve(
9999 if not agency_id :
100100 raise ValueError (f"Expected a non-empty value for `agency_id` but received { agency_id !r} " )
101101 return await self ._get (
102- f"/api/where/agency/agencyID .json" ,
102+ f"/api/where/agency/{ agency_id } .json" ,
103103 options = make_request_options (
104104 extra_headers = extra_headers , extra_query = extra_query , extra_body = extra_body , timeout = timeout
105105 ),
You can’t perform that action at this time.
0 commit comments