File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
33KTH101 = (
44 "KTH101 "
5- "Use abstract type hint by `collections.abc.Iterable` or "
6- "`collections.abc.Sequence` "
7- "instead of concrete type hint `list`"
5+ "Type hint with abstract type `collections.abc.Iterable` or "
6+ "`collections.abc.Sequence`, "
7+ "instead of concrete type `list`"
88)
99KTH102 = (
1010 "KTH102 "
11- "Use abstract type hint by `collections.abc.Iterable` or "
12- "`collections.abc.Sequence` "
13- "instead of concrete type hint `tuple`"
11+ "Type hint with abstract type `collections.abc.Iterable` or "
12+ "`collections.abc.Sequence`, "
13+ "instead of concrete type `tuple`"
1414)
1515KTH103 = (
1616 "KTH103 "
17- "Use abstract type hint by `collections.abc.Iterable` "
18- "instead of concrete type hint `set`"
17+ "Type hint with abstract type `collections.abc.Iterable`"
18+ "instead of concrete type `set`"
1919)
2020KTH104 = (
2121 "KTH104 "
22- "Use abstract type hint by `collections.abc.Iterable` "
23- "instead of concrete type hint `dict`"
22+ "Type hint with abstract type `collections.abc.Iterable`"
23+ "instead of concrete type `dict`"
2424)
2525
2626LineNumber = int
You can’t perform that action at this time.
0 commit comments