Skip to content

Commit

Permalink
update type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Aug 23, 2024
1 parent 88ec368 commit 41d2b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/proxy.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@ class Faker:
self,
left_digits: Optional[int] = ...,
right_digits: Optional[int] = ...,
positive: bool = ...,
positive: Optional[bool] = ...,
min_value: Union[float, int, None] = ...,
max_value: Union[float, int, None] = ...,
) -> Decimal: ...
Expand Down

0 comments on commit 41d2b31

Please sign in to comment.