I have generated the latest API!

This commit is contained in:
github-actions[bot]
2022-07-26 00:49:02 +00:00
parent df3f38ba7d
commit 908c7efe12
27 changed files with 53 additions and 53 deletions

View File

@ -80,7 +80,7 @@ def sync(
*,
client: Client,
) -> Optional[Union[Any, UnitAngularVelocityConversion, Error]]:
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
""" Convert an angular velocity unit value to another angular velocity unit value. This is a nice endpoint to use for helper functions. """
return sync_detailed(
output_format=output_format,
@ -117,7 +117,7 @@ async def asyncio(
*,
client: Client,
) -> Optional[Union[Any, UnitAngularVelocityConversion, Error]]:
""" Convert a unit value to another metric unit value. This is a nice endpoint to use for helper functions. """
""" Convert an angular velocity unit value to another angular velocity unit value. This is a nice endpoint to use for helper functions. """
return (
await asyncio_detailed(