Skip to content

Commit

Permalink
remove spurious changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miller-ian committed Jul 11, 2024
1 parent 54b7124 commit 1cec30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axelrod/strategies/titfortat.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,3 +951,4 @@ def strategy(self, opponent):
return self._random.random_choice(0.9)
# Else TFT. Opponent played D, so play D in return.
return D

0 comments on commit 1cec30e

Please sign in to comment.