Skip to content

Commit 25d5d3b

Browse files
authored
Update none_return_type_hint_example.py
1 parent 56e7cb3 commit 25d5d3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

type-hint-arrow-samples/none_return_type_hint_example.py

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

88
games = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
99
find_keyword_in_titles(games, "Final")
10-

0 commit comments

Comments
 (0)