Skip to content

Commit 10c4d10

Browse files
meatballsdrvinceknight
authored andcommitted
[#1079] Fix PEP8 errors
1 parent 60a1740 commit 10c4d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axelrod/strategies/axelrod_first.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def __init__(self, revised: bool = True) -> None:
100100
self.bad = 0.0
101101
self.nice1 = 0
102102
self.nice2 = 0
103-
self.total_C = 0 # note the same as self.cooperations
104-
self.total_D = 0 # note the same as self.defections
103+
self.total_C = 0 # note the same as self.cooperations
104+
self.total_D = 0 # note the same as self.defections
105105

106106
def strategy(self, opponent: Player) -> Action:
107107
round_number = len(self.history) + 1

0 commit comments

Comments
 (0)