Skip to content

Commit 6a455fb

Browse files
authored
fix type hint for SerializationInfo.round_trip (#1576)
1 parent 7f13140 commit 6a455fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: python/pydantic_core/core_schema.py

+1
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)