We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e7cb3 commit 25d5d3bCopy full SHA for 25d5d3b
1 file changed
type-hint-arrow-samples/none_return_type_hint_example.py
@@ -7,4 +7,3 @@ def find_keyword_in_titles(titles: list[str], keyword: str) -> None:
7
8
games = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
9
find_keyword_in_titles(games, "Final")
10
-
0 commit comments