Skip to content

Commit 3b0ac2c

Browse files
committed
remove spurious changes
1 parent 5ca735c commit 3b0ac2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axelrod/strategies/titfortat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,3 +951,4 @@ def strategy(self, opponent):
951951
return self._random.random_choice(0.9)
952952
# Else TFT. Opponent played D, so play D in return.
953953
return D
954+

0 commit comments

Comments
 (0)