diff --git a/units/games.py b/units/games.py index d5bd02755a..d99be314c4 100644 --- a/units/games.py +++ b/units/games.py @@ -2,7 +2,7 @@ import random -def eightball(): +def eightball() -> str: # https://en.wikipedia.org/wiki/Magic_8-Ball#Possible_answers return random.choice(( # nosec random "It is certain", "It is decidedly so", "Without a doubt",