reformatted using newer version of ruff

This commit is contained in:
Lincoln Stein 2023-12-04 21:15:56 -05:00
parent 7c9f48b84d
commit 3b06cc6782

View File

@ -150,7 +150,7 @@ async def del_model_record(
status_code=201, status_code=201,
) )
async def add_model_record( async def add_model_record(
config: Annotated[AnyModelConfig, Body(description="Model config", discriminator="type")] config: Annotated[AnyModelConfig, Body(description="Model config", discriminator="type")],
) -> AnyModelConfig: ) -> AnyModelConfig:
""" """
Add a model using the configuration information appropriate for its type. Add a model using the configuration information appropriate for its type.