Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Dec 13, 2023
1 parent 1ff3186 commit 87d06ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions faker/providers/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ def pyfloat(
sign = "+"
else:
sign = "-"



left_number = self.random_number(left_digits)

result = float(f"{sign}{left_number}.{self.random_number(right_digits)}")
Expand Down

0 comments on commit 87d06ff

Please sign in to comment.