Thanks for the great lib.
However when I run the command unimport $(find . -name '*.py') --remove, it always fails to remove unused import matplotlib.pyplot as plt.
This is the only bug that I've noticed, but It happens systematically with this import.
Any idea ?
I'm using unimport==0.14.1.
Many thanks
Thanks for the great lib.
However when I run the command
unimport $(find . -name '*.py') --remove, it always fails to remove unusedimport matplotlib.pyplot as plt.This is the only bug that I've noticed, but It happens systematically with this import.
Any idea ?
I'm using
unimport==0.14.1.Many thanks