Skip to content

Commit 7223ce0

Browse files
committed
Fix another serialize error
1 parent 2283cac commit 7223ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ def serialize(self) -> JsonDict:
794794
"id": self.id.raw_id,
795795
"upper_bound": self.upper_bound.serialize(),
796796
"tuple_fallback": self.tuple_fallback.serialize(),
797+
"default": self.default.serialize(),
797798
}
798799

799800
@classmethod

0 commit comments

Comments
 (0)