Skip to content

Commit c0c139d

Browse files
committed
formatting ruff
1 parent 404ad6a commit c0c139d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/app/api/routers/style_presets.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ async def get_style_preset(
5454
except StylePresetNotFoundError:
5555
raise HTTPException(status_code=404, detail="Style preset not found")
5656

57+
5758
@style_presets_router.post(
5859
"/i/{style_preset_id}",
5960
operation_id="set_style_preset",

0 commit comments

Comments
 (0)