aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/ext/typing/typing_consider_using_alias.txt
blob: 2ae1378f78d00aba6c6da4f0281283e6674eff20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
consider-using-alias:16:6::'typing.Dict' will be deprecated with PY39, consider using 'dict' instead
consider-using-alias:17:6::'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:19:6::'typing.OrderedDict' will be deprecated with PY39, consider using 'collections.OrderedDict' instead
consider-using-alias:20:6::'typing.Awaitable' will be deprecated with PY39, consider using 'collections.abc.Awaitable' instead
consider-using-alias:21:6::'typing.Iterable' will be deprecated with PY39, consider using 'collections.abc.Iterable' instead
consider-using-alias:22:6::'typing.Hashable' will be deprecated with PY39, consider using 'collections.abc.Hashable' instead
consider-using-alias:23:6::'typing.ContextManager' will be deprecated with PY39, consider using 'contextlib.AbstractContextManager' instead
consider-using-alias:24:6::'typing.Pattern' will be deprecated with PY39, consider using 're.Pattern' instead
consider-using-alias:25:7::'typing.Match' will be deprecated with PY39, consider using 're.Match' instead
consider-using-alias:34:9::'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:36:74:func1:'typing.Dict' will be deprecated with PY39, consider using 'dict' instead
consider-using-alias:36:16:func1:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:36:37:func1:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:36:93:func1:'typing.Tuple' will be deprecated with PY39, consider using 'tuple' instead
consider-using-alias:52:12:CustomNamedTuple:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:57:12:CustomTypedDict2:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:61:12:CustomDataClass:'typing.List' will be deprecated with PY39, consider using 'list' instead