Skip to content

Commit

Permalink
revert repr
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Aug 4, 2023
1 parent 5d9e91c commit 95baf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json5/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def end_lineno(self) -> int | None:
# return r + self.value.count('\n')
return r

def __str__(self) -> str:
def __repr__(self) -> str:
rep = (
f"{self.__class__.__name__}("
+ ", ".join(
Expand Down

0 comments on commit 95baf0f

Please sign in to comment.