-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Documentation 📗False Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the codeHigh priorityIssue with more than 10 reactionsIssue with more than 10 reactionsMinor 💅Polishing pylint is always nicePolishing pylint is always niceNeeds investigation 🔬A bug or crash where it's not immediately obvious what is happenningA bug or crash where it's not immediately obvious what is happenning
Description
I have the ProxyTypes package installed and have a file mymodule.py that imports it like:
from peak.util.proxies import CallbackProxy
However, pylint throws this false error for it:
E: 8, 0: No name 'util' in module 'mymodule.peak' (no-name-in-module)
Pylint should reference the peak package installed into my virtualenv, and not assume it's a local non-existent module.
jcezarms, a-eid, xgodon, mrmancini, kristian-georgiev and 9 more
Metadata
Metadata
Assignees
Labels
Documentation 📗False Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the codeHigh priorityIssue with more than 10 reactionsIssue with more than 10 reactionsMinor 💅Polishing pylint is always nicePolishing pylint is always niceNeeds investigation 🔬A bug or crash where it's not immediately obvious what is happenningA bug or crash where it's not immediately obvious what is happenning