🎨 Auto format

This commit is contained in:
github-actions[bot]
2026-02-20 22:26:17 +00:00
parent 4605df67ad
commit b8c9be22dc

View 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,