Run this command on your directory to reformat imports on a directory:
find . -iname '*.py' | tr '\n' ' ' | zimports `find . -iname '*.py' | tr '\n' ' ' ` -i
Run this command on your directory to reformat imports on a directory:
find . -iname '*.py' | tr '\n' ' ' | zimports `find . -iname '*.py' | tr '\n' ' ' ` -i