Skip to content

Commit fd4fe3c

Browse files
committed
git commit -am "renamed PydanticSchema to Schema"
1 parent d342e6c commit fd4fe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar/core/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ class HTTPValidationError(BaseModel):
107107
detail: t.List[ValidationError] = Field(..., title="Details")
108108

109109

110-
class PydanticSchema(BaseModel):
110+
class Schema(BaseModel):
111111
pass

0 commit comments

Comments
 (0)