Skip to content

Commit

Permalink
Replace any with uninferable when returning values from numpy t…
Browse files Browse the repository at this point in the history
…ransform

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
  • Loading branch information
PCManticore committed Mar 4, 2019
1 parent d819a02 commit 5c68e36
Showing 1 changed file with 249 additions and 249 deletions.
Loading

0 comments on commit 5c68e36

Please sign in to comment.