Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-06-11 18:30:39 -07:00
parent 61c79305dc
commit 441db38ca2
28 changed files with 132 additions and 148 deletions

View File

@ -122,9 +122,9 @@ The API calls are returned in order of creation, with the most recently created
return (
await asyncio_detailed(
limit=limit,
page_token=page_token,
sort_by=sort_by,
limit=limit,
page_token=page_token,
sort_by=sort_by,
client=client,
)
).parsed