format code

This commit is contained in:
grillazz
2025-07-29 17:27:56 +02:00
parent 7aace85eeb
commit 060bdb65fe
3 changed files with 13 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ config = ConfigDict(from_attributes=True)
class RandomStuff(BaseModel):
chaos: dict[str, Any] = Field(..., description="JSON data for chaos field")
class StuffSchema(BaseModel):
name: str = Field(
title="",