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

@ -126,9 +126,9 @@ If the operation is performed asynchronously, the `id` of the operation will be
return (
await asyncio_detailed(
output_format=output_format,
src_format=src_format,
body=body,
output_format=output_format,
src_format=src_format,
body=body,
client=client,
)
).parsed