Skip to content

Commit

Permalink
shell for a Payment Class
Browse files Browse the repository at this point in the history
  • Loading branch information
sebulino committed Jun 1, 2022
1 parent 4ce2b47 commit 84b2bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pickhardtpayments/Attempt.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ def probability(self, value: int):
:param value: estimated success probability of the attempt
:type value: float
"""
self._probability = value
self._probability = value

0 comments on commit 84b2bb2

Please sign in to comment.