Skip to content

Commit 0d2c59c

Browse files
committed
Remove redundant formatting label
1 parent 504980e commit 0d2c59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/cycler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(self, cycle="CCD"):
6868
"""
6969
Player.__init__(self)
7070
self.cycle = cycle
71-
self.name = "Cycler {0}".format(cycle)
71+
self.name = "Cycler {}".format(cycle)
7272
self.classifier['memory_depth'] = len(cycle) - 1
7373

7474
def strategy(self, opponent):

0 commit comments

Comments
 (0)