Description
If you are developing a package and install it with pip install -e ., whenever you make a change that breaks the package, autoimport is not going to be able to load the objects as it is not able lo import them.
Desired behavior
We want to be able to import the package objects even if the package is broken