Cleanup format_number (#8529)

-  Removed unused line
This commit is contained in:
Oliver 2024-11-20 12:26:13 +11:00 committed by GitHub
parent ad6f8596eb
commit 41a9b6897a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -426,8 +426,6 @@ def format_number(
# Normalize the number (remove trailing zeroes)
number = number.normalize()
decimal_places
if decimal_places is not None:
try:
decimal_places = int(decimal_places)