🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-01-06 22:07:02 +00:00 committed by GitHub
parent a5d28b0bc4
commit 5a254e566f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -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",