🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-02-10 18:03:21 +00:00 committed by GitHub
parent a32387757e
commit 900936b426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -425,5 +425,3 @@ def test_encode_pydantic_extra_types_coordinate():
coord = coordinate.Coordinate(latitude=1.0, longitude=2.0)
assert jsonable_encoder(coord) != str(coord)
assert jsonable_encoder(coord) == {"latitude": 1.0, "longitude": 2.0}