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
{{ message }}
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Syntax is not broken. Import moved correctly (or not moved, see #249)
Environment
autoimport 1.3.3
By the way, neither make version nor python -c "import autoimport.version; print(autoimport.version.version_info())" do work with pipx, I used pipx list, which is a bit rigid.
Description
Steps to reproduce
Input file:
Run
autoimporton that file.Current behavior
Output file:
Desired behavior
Syntax is not broken. Import moved correctly (or not moved, see #249)
Environment
autoimport 1.3.3
By the way, neither
make versionnorpython -c "import autoimport.version; print(autoimport.version.version_info())"do work with pipx, I usedpipx list, which is a bit rigid.