Skip to content

Commit 3e73e09

Browse files
authored
fix type hint for SerializationInfo.round_trip (pydantic/pydantic-core#1576)
Original-commit-hash: 6a455fb
1 parent 062a626 commit 3e73e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pydantic_core/core_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def exclude_none(self) -> bool: ...
149149
@property
150150
def serialize_as_any(self) -> bool: ...
151151

152+
@property
152153
def round_trip(self) -> bool: ...
153154

154155
def mode_is_json(self) -> bool: ...

0 commit comments

Comments
 (0)