Skip to content

Commit 5c68e36

Browse files
committed
Replace any with uninferable when returning values from numpy transform
Turns out that this was conflicting with the `any` builtin, while the original intention was to return a value that cannot be inferred, until we have support for types. This should fix a couple of false positives on pylint's side where the return value of numpy functions was considered to be itself a function. Close pylint-dev/pylint#2784
1 parent d819a02 commit 5c68e36

File tree

1 file changed

+249
-249
lines changed

1 file changed

+249
-249
lines changed

0 commit comments

Comments
 (0)