mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-03-13 09:29:54 +08:00
🎨 Auto format
This commit is contained in:
@@ -351,7 +351,7 @@ def Field(
|
||||
exclude: Set[int | str] | Mapping[int | str, Any] | Any = None,
|
||||
include: Set[int | str] | Mapping[int | str, Any] | Any = None,
|
||||
const: bool | None = None,
|
||||
coerce_numbers_to_str: bool | None= None,
|
||||
coerce_numbers_to_str: bool | None = None,
|
||||
gt: float | None = None,
|
||||
ge: float | None = None,
|
||||
lt: float | None = None,
|
||||
|
||||
Reference in New Issue
Block a user