Skip to content

Commit e05ec45

Browse files
authored
Update str_return_type_hint_example.py
1 parent 726066f commit e05ec45

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,4 +1,5 @@
11
import random
2+
23
def get_game_recommendation(list) -> str:
34
return random.choice(list)
45

0 commit comments

Comments
 (0)