W0406: Module import itself (import-self) in __init__.py #3933
Labels
Bug 🪲
False Positive 🦟
A message is emitted but nothing is wrong with the code
Import system
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
And init.py is
Steps to reproduce
set -e; pylint app/
Current behavior
************* Module settings
settings/init.py:4:4: W0406: Module import itself (import-self)
Expected behavior
There shouldn't be any error
pylint --version output
The text was updated successfully, but these errors were encountered: