Skip to content

Commit 167d04f

Browse files
committed
tic-tac-toe: add type hint
1 parent d5d1d90 commit 167d04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tic_tac_toe/play.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def offer_choices(self) -> list[Coordinate]:
7171
if square.value == " "
7272
]
7373

74-
def play(self):
74+
def play(self) -> None:
7575
"""
7676
TODO: https://www.youtube.com/watch?v=Q6CCdCBVypg
7777
repeat

0 commit comments

Comments
 (0)