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
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.
The text was updated successfully, but these errors were encountered:
Description
Steps to reproduce
Input file:
Run
autoimport
on 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 version
norpython -c "import autoimport.version; print(autoimport.version.version_info())"
do work with pipx, I usedpipx list
, which is a bit rigid.The text was updated successfully, but these errors were encountered: