Skip to content

Commit 997444e

Browse files
committed
Run black on match.py
1 parent f700bae commit 997444e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

axelrod/match.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def __init__(
5656
Random seed for reproducibility
5757
"""
5858

59-
6059
self.turns, self.prob_end = turns, prob_end
6160
if prob_end is None:
6261
self.prob_end = 0

0 commit comments

Comments
 (0)