Skip to content

Commit f3fad7d

Browse files
committed
Revert "Add an error in type hinting."
This reverts commit 16ae21f.
1 parent 16ae21f commit f3fad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tournament.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
noise: float = 0,
3434
edges: List[Tuple] = None,
3535
match_attributes: dict = None,
36-
) -> float:
36+
) -> None:
3737
"""
3838
Parameters
3939
----------

0 commit comments

Comments
 (0)