Skip to content

Commit 726066f

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

type_hint_arrow_samples/str_return_type_hint_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import random
2-
32
def get_game_recommendation(list) -> str:
43
return random.choice(list)
54

0 commit comments

Comments
 (0)