]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🎨 Auto format
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 20 Feb 2026 22:26:17 +0000 (22:26 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 20 Feb 2026 22:26:17 +0000 (22:26 +0000)
sqlmodel/main.py

index 2cd36a3cdf10d933541f0e51c20b78c4e60b3800..75fc7f849956eb008d57897ed23c60adfd98ab50 100644 (file)
@@ -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,