Hi Team,
Pylint unable to find packages inside the folder(tree).
The folder structure
app
utils
utils
some function
Statement: from app.utils.utils import some function
Error: Unable to import 'app.utils.utils’
This path works fine with python but pylint throws the error, can you please help with the issue?