Skip to content

Commit

Permalink
Fix another serialize error
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Dec 31, 2022
1 parent 2283cac commit 7223ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ def serialize(self) -> JsonDict:
"id": self.id.raw_id,
"upper_bound": self.upper_bound.serialize(),
"tuple_fallback": self.tuple_fallback.serialize(),
"default": self.default.serialize(),
}

@classmethod
Expand Down

0 comments on commit 7223ce0

Please sign in to comment.