Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the loading of the objects of the package under development #74

Open
lyz-code opened this issue Feb 15, 2021 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lyz-code
Copy link
Owner

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

@lyz-code lyz-code added the bug Something isn't working label Feb 15, 2021
@lyz-code lyz-code added enhancement New feature or request and removed bug Something isn't working labels Apr 23, 2021
@lyz-code lyz-code added the help wanted Extra attention is needed label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant