Skip to content

Commit 06e37fd

Browse files
committed
formatting
1 parent f829bc9 commit 06e37fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/serializers/test_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def test_complex_json(value, expected):
4242
def test_complex_inference() -> None:
4343
s = SchemaSerializer(core_schema.any_schema())
4444
assert s.to_python(1 + 2j) == 1 + 2j
45-
assert s.to_json(1 + 2j) == '1+2j'
45+
assert s.to_json(1 + 2j) == '1+2j'

0 commit comments

Comments
 (0)