You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: