False positive from used-before-assignment when variable is reimported #7882
Labels
C: used-before-assignment
Issues related to 'used-before-assignment' check
False Positive 🦟
A message is emitted but nothing is wrong with the code
Good first issue
Friendly and approachable by new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Bug description
Note how if I remove the
from foo import Bar
line, then the error goes awayCommand used
Pylint output
Expected behavior
No error reported
Pylint version
The text was updated successfully, but these errors were encountered: