python-minifier
python-minifier copied to clipboard
Consider removing "typing" module imports after minfiying.
It removes the duck typing, maybe it should remove the typing import also.
After 3.9, the types imported from the collections.abc module should also be removed. Maybe consider removing unused imports.