Skip to content

Commit

Permalink
chore: remove development exception
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 15, 2024
1 parent 69976d5 commit 21dc8d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth_portfolio/_decimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def jsonify(self) -> Union[str, int]:
string = string[:-1]

if type(self)(scientific_notation) == self and len(scientific_notation) < len(string):
raise Exception("will this ever actually run?", self, scientific_notation)
return scientific_notation

if not string:
Expand Down

0 comments on commit 21dc8d3

Please sign in to comment.