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 21ca728 commit 53a6371Copy full SHA for 53a6371
axelrod/tests/unit/test_classification.py
@@ -33,7 +33,7 @@ class TitForTatWithNonTrivialInitialzer(Player):
33
"""
34
35
def __init__(self, x: Any):
36
- pass
+ pass # pragma: no cover
37
38
# Classifiers are looked up by name, so only the name matters.
39
name = "Tit For Tat"
0 commit comments