Python ์ฝ๋์์ ์ฌ์ฉํ์ง ์๋ ๊ฐ์ ธ์ค๊ธฐ ๋ฐ ๋ณ์๋ฅผ ์ ๊ฑฐํ๋ ๋๊ตฌ. ๋ ๋ง์ ์ ๋ณด: https://github.com/myint/autoflake.
autoflake --remove-unused-variables {{๊ฒฝ๋ก/๋์/ํ์ผ.py}}
autoflake --remove-all-unused-imports {{๊ฒฝ๋ก/๋์/ํ์ผ1.py ๊ฒฝ๋ก/๋์/ํ์ผ2.py ...}}
autoflake --remove-unused-variables --in-place {{๊ฒฝ๋ก/๋์/ํ์ผ.py}}
autoflake --remove-unused-variables --in-place --recursive {{๊ฒฝ๋ก/๋์/๋๋ ํฐ๋ฆฌ}}