mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
formatting ruff
This commit is contained in:
parent
404ad6a7fd
commit
c0c139da88
@ -54,6 +54,7 @@ async def get_style_preset(
|
|||||||
except StylePresetNotFoundError:
|
except StylePresetNotFoundError:
|
||||||
raise HTTPException(status_code=404, detail="Style preset not found")
|
raise HTTPException(status_code=404, detail="Style preset not found")
|
||||||
|
|
||||||
|
|
||||||
@style_presets_router.post(
|
@style_presets_router.post(
|
||||||
"/i/{style_preset_id}",
|
"/i/{style_preset_id}",
|
||||||
operation_id="set_style_preset",
|
operation_id="set_style_preset",
|
||||||
|
Loading…
Reference in New Issue
Block a user