autoflakeHapuskan kumpulan perintah impor dan variable yang tidak dipakai dalam kode program Python. Informasi lebih lanjut: https://github.com/PyCQA/autoflake#advanced-usage.
autoflake --remove-unused-variables {{jalan/menuju/berkas.py}}
autoflake --remove-all-unused-imports {{jalan/menuju/berkas1.py jalan/menuju/berkas2.py ...}}
autoflake --remove-unused-variables --in-place {{jalan/menuju/berkas.py}}
autoflake --remove-unused-variables --in-place --recursive {{jalan/menuju/direktori}}