Open hydrargyrum opened 1 year ago
Hi @hydrargyrum thanks for taking the time to open another issue. I can reproduce the issue, will you be able to submit a PR to fix it?
Ok, I'll try but I can't promise yet I'll understand how to do it!
Lovely <3, if you have any question I'd do my best to answer them
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.