Skip to content

Commit cf946f7

Browse files
committed
[Autoformat]
1 parent cae52b1 commit cf946f7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tests/test_openapi_schema.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ class TypeB(Schema):
4343

4444
AnnotatedStr = Annotated[
4545
str,
46-
pydantic.WithJsonSchema(
47-
{
48-
"type": "string",
49-
"format": "custom-format",
50-
"example": "example_string",
51-
}
52-
),
46+
pydantic.WithJsonSchema({
47+
"type": "string",
48+
"format": "custom-format",
49+
"example": "example_string",
50+
}),
5351
]
5452

5553

0 commit comments

Comments
 (0)