Skip to content

Commit b8c9be2

Browse files
🎨 Auto format
1 parent 4605df6 commit b8c9be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def Field(
351351
exclude: Set[int | str] | Mapping[int | str, Any] | Any = None,
352352
include: Set[int | str] | Mapping[int | str, Any] | Any = None,
353353
const: bool | None = None,
354-
coerce_numbers_to_str: bool | None= None,
354+
coerce_numbers_to_str: bool | None = None,
355355
gt: float | None = None,
356356
ge: float | None = None,
357357
lt: float | None = None,

0 commit comments

Comments
 (0)