Skip to content

Commit 56e7cb3

Browse files
authored
Update str_return_type_hint_example.py
1 parent 633f0be commit 56e7cb3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

type-hint-arrow-samples/str_return_type_hint_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ def get_game_recommendation(titles: list[str]) -> str:
77

88
games = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
99
print(f"Random recommendation: {get_game_recommendation(games)}")
10-

0 commit comments

Comments
 (0)