Skip to content

Commit

Permalink
Run black on match.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffney2010 committed Nov 11, 2024
1 parent f700bae commit 997444e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion axelrod/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def __init__(
Random seed for reproducibility
"""


self.turns, self.prob_end = turns, prob_end
if prob_end is None:
self.prob_end = 0
Expand Down

0 comments on commit 997444e

Please sign in to comment.