Skip to content

Commit 633f0be

Browse files
authored
Update mismatched_return_type_example.py
1 parent 85fed39 commit 633f0be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

type-hint-arrow-samples/mismatched_return_type_example.py

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

55
games = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
66
print(f"Number of titles: {get_number_of_titles(games)}")
7-

0 commit comments

Comments
 (0)