Skip to content

Commit

Permalink
Fix bug that causes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacomis committed Sep 29, 2022
1 parent f1f24f4 commit 584e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dire_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def _from_json(cls, d: t.Dict[str, t.Any]) -> "Union":

def _to_json(self) -> t.Dict[str, t.Any]:
return {
"T": 8,
"T": 7,
"n": self.name,
"m": [m._to_json() for m in self.members],
"p": self.padding,
Expand Down

0 comments on commit 584e846

Please sign in to comment.