summaryrefslogtreecommitdiff
path: root/tests/functional/ext/typing/consider_using_alias.txt
blob: e3deddf7e8e390a5117ebd2979c1200a2c7783ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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:7::'typing.Type' will be deprecated with PY39, consider using 'type' instead
consider-using-alias:37:7::'typing.Tuple' will be deprecated with PY39, consider using 'tuple' instead
consider-using-alias:38:7::'typing.Callable' will be deprecated with PY39, consider using 'collections.abc.Callable' instead
consider-using-alias:44:74:func1:'typing.Dict' will be deprecated with PY39, consider using 'dict' instead
consider-using-alias:44:16:func1:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:44:37:func1:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:44:93:func1:'typing.Tuple' will be deprecated with PY39, consider using 'tuple' instead
consider-using-alias:60:12:CustomNamedTuple:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:65:12:CustomTypedDict2:'typing.List' will be deprecated with PY39, consider using 'list' instead
consider-using-alias:69:12:CustomDataClass:'typing.List' will be deprecated with PY39, consider using 'list' instead