Open
Description
You can see the issues on https://www.codefactor.io/repository/github/xphyro/image-entropy/issues or a screenshot of them below.
This is a false positive, and is not caused by pylint
. When I run pylint
on the file in question, it does not produce an E0611 error.
Here's my pylint
version:
$ pylint --version
pylint 2.14.5
astroid 2.12.2
Python 3.10.5 (main, Aug 1 2022, 07:53:20) [GCC 12.1.0]
Edit: It's now fixed on this commit. I don't know why, there were no changes in the relevant parts of the code.