False positive cache_clear no member with lru_cache decorator without parenthesis #8868
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Bug description
pylint issues a false positive on cache_clear method when the class method is decoratored with lru_cache without parenthesis.
Configuration
No response
Command used
Pylint output
Expected behavior
With parenthesis on lru_cache decorator.
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: