Skip to content

Commit 3e3280e

Browse files
authored
Update str_return_type_hint_example.py
1 parent 3b9b2a1 commit 3e3280e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

type_hint_arrow_samples/str_return_type_hint_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import random
22

3+
34
def get_game_recommendation(titles: list) -> str:
45
return random.choice(titles)
56

0 commit comments

Comments
 (0)