Skip to content

Commit fe869c7

Browse files
committed
Black 24 format fix
1 parent ce08d9d commit fe869c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/test_validators.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,9 @@ def test_nullable_schema_combos(
540540
"$defs": {
541541
"NullableText": {
542542
"type": "string",
543-
"nullable": False
544-
if schema_type == "oneOf"
545-
else is_nullable,
543+
"nullable": (
544+
False if schema_type == "oneOf" else is_nullable
545+
),
546546
},
547547
"NullableEnum": {
548548
"type": "string",

0 commit comments

Comments
 (0)