We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835a5ac commit 38c8d94Copy full SHA for 38c8d94
type-hint-arrow-samples/simple_type_hint_example.py
@@ -1,4 +1,4 @@
1
-def get_number_of_titles(titles: list) -> int:
+def get_number_of_titles(titles: list[str]) -> int:
2
return len(titles)
3
4
0 commit comments