Skip to content

Commit 70f9493

Browse files
committed
annotation type minor fix error
1 parent c04c5f0 commit 70f9493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brain_games/game_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import brain_games.constants as const
33

44

5-
def game_engine(get_question_and_answer: callable[str, str], briefing: str):
5+
def game_engine(get_question_and_answer: callable, briefing: str):
66
username = prompt.string(
77
'Welcome to the Brain Games!\n''May I have your name? '
88
)

0 commit comments

Comments
 (0)