Skip to content

Commit 074b537

Browse files
committed
Remove pointelss docstrings for strategy of GradualKiller
1 parent 3b3730b commit 074b537

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

axelrod/strategies/gradualkiller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class GradualKiller(Player):
3030
}
3131

3232
def strategy(self, opponent):
33-
"""This is the actual strategy"""
3433
if opponent.history[5:7] == [D, D]:
3534
return D
3635
return C

0 commit comments

Comments
 (0)