Skip to content

Commit 83af548

Browse files
committed
missing comma
1 parent 7d6c04b commit 83af548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_mypy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
modules = ["axelrod/actions.py",
44
"axelrod/deterministic_cache.py",
55
"axelrod/ecosystem.py",
6-
"axelrod/fingerprint.py"
6+
"axelrod/fingerprint.py",
77
"axelrod/game.py",
88
"axelrod/load_data_.py",
99
"axelrod/mock_player.py",

0 commit comments

Comments
 (0)