We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c024907 commit 122e4ceCopy full SHA for 122e4ce
axelrod/tests/unit/test_classification.py
@@ -33,8 +33,7 @@ class TitForTatWithNonTrivialInitialzer(Player):
33
"""
34
35
def __init__(self, x: Any):
36
- self.x = x # Doesn't actually do anything.
37
- super(TitForTatWithNonTrivialInitialzer).__init__()
+ pass
38
39
# Classifiers are looked up by name, so only the name matters.
40
name = "Tit For Tat"
0 commit comments