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
I think autoimport should output the entire script even if it cannot resolve missing libraries. From what I can see, it doesn't output anything despite #131.
Hi @rsmith31415, thanks for taking the time to open the issue. I agree with you that this is something that needs to be fixed. I'll work on it as soon as I can, if you want to jump ahead and implement the fix yourself, be my guest :).
I don't expect the implementation to be complicated
Description
I think autoimport should output the entire script even if it cannot resolve missing libraries. From what I can see, it doesn't output anything despite #131.
Steps to reproduce
cat example.py | autoimport -
Current behavior
It doesn't return the unmodified script.
Desired behavior
I believe it should return the unmodified script.
Environment
╰─ → $ python -c "import autoimport.version; print(autoimport.version.version_info())"
The text was updated successfully, but these errors were encountered: