Skip to content

Commit

Permalink
Update numbers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Aug 1, 2024
1 parent 9f457eb commit 7a157c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/django_twc_toolbox/numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def format_number_no_round(number: str, *, decimal_places: int = 2) -> str: ...
@overload
def format_number_no_round(number: Decimal, *, decimal_places: int = 2) -> Decimal: ...
def format_number_no_round(number: T, *, decimal_places: int = 2) -> str | Decimal:
Decimal:
"""Formats a number with the number of decimal places specified without rounding.
It takes a number and ensures it has at least the number of decimal places passed
Expand Down

0 comments on commit 7a157c7

Please sign in to comment.