Skip to content

Commit d5924a2

Browse files
authored
Update str_return_type_hint_example.py
Added a missing import statement
1 parent def2f9e commit d5924a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

type_hint_arrow_samples/str_return_type_hint_example.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import random
2+
13
def get_game_recommendation(list) -> str:
24
return random.choice(list)
35

0 commit comments

Comments
 (0)