formatting ruff

This commit is contained in:
chainchompa 2024-08-27 15:46:51 -04:00
parent 404ad6a7fd
commit c0c139da88

View File

@ -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",