Skip to content

Commit

Permalink
Remove j
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Nov 17, 2024
1 parent 6e13291 commit 6d49688
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tivars/types/real.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ def __format__(self, format_spec: str) -> str:
else:
return f"{self.decimal():.14f}".rstrip("0").rstrip(".")

case "j":
return str(self.json_number())

case _:
if format_spec.endswith("t"):
spec = "" if format_spec == "t" else format_spec[:-1] + "f"
Expand Down

0 comments on commit 6d49688

Please sign in to comment.