From 5a254e566fc96c858f4c5ae9e2ee4cf44377c279 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:07:02 +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_sentinel.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/test_sentinel.py b/tests/test_sentinel.py index b1e53e7f82..c3e898e129 100644 --- a/tests/test_sentinel.py +++ b/tests/test_sentinel.py @@ -243,7 +243,12 @@ def test_openapi_schema(): "Item": { "title": "Item", "type": "object", - "properties": {"data": {"title": "Data", "anyOf": [{"type": "string"}, {"type": "null"}]}}, + "properties": { + "data": { + "title": "Data", + "anyOf": [{"type": "string"}, {"type": "null"}], + } + }, }, "ValidationError": { "title": "ValidationError",