From bd8e3b87fb051205af731566a41149341d1f1ded Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Feb 2026 09:17:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_pydantic/test_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pydantic/test_field.py b/tests/test_pydantic/test_field.py index ac5d57379..14dceb190 100644 --- a/tests/test_pydantic/test_field.py +++ b/tests/test_pydantic/test_field.py @@ -76,4 +76,4 @@ def test_include_is_deprecated(): ): class Model(SQLModel): - values: list[int] = Field(include=True) \ No newline at end of file + values: list[int] = Field(include=True)