Skip to content

Commit 53a6371

Browse files
Update axelrod/tests/unit/test_classification.py
Co-Authored-By: Vince Knight <vincent.knight@gmail.com>
1 parent 21ca728 commit 53a6371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/unit/test_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TitForTatWithNonTrivialInitialzer(Player):
3333
"""
3434

3535
def __init__(self, x: Any):
36-
pass
36+
pass # pragma: no cover
3737

3838
# Classifiers are looked up by name, so only the name matters.
3939
name = "Tit For Tat"

0 commit comments

Comments
 (0)