Usuń nieużywane importy i zmienne z kodu Python. Więcej informacji: https://github.com/myint/autoflake.
autoflake --remove-unused-variables {{ścieżka/do/pliku.py}}
autoflake --remove-all-unused-imports {{ścieżka/do/pliku1.py ścieżka/do/pliku2.py ...}}
autoflake --remove-unused-variables --in-place {{ścieżka/do/pliku.py}}
autoflake --remove-unused-variables --in-place --recursive {{ścieżka/do/katalogu}}