From c0c139da88868b946d079f3ca481d59a8650b110 Mon Sep 17 00:00:00 2001 From: chainchompa Date: Tue, 27 Aug 2024 15:46:51 -0400 Subject: [PATCH] formatting ruff --- invokeai/app/api/routers/style_presets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/invokeai/app/api/routers/style_presets.py b/invokeai/app/api/routers/style_presets.py index 0d7f1532d3..a63279eec6 100644 --- a/invokeai/app/api/routers/style_presets.py +++ b/invokeai/app/api/routers/style_presets.py @@ -54,6 +54,7 @@ async def get_style_preset( except StylePresetNotFoundError: raise HTTPException(status_code=404, detail="Style preset not found") + @style_presets_router.post( "/i/{style_preset_id}", operation_id="set_style_preset",