dflook / python-minifier

Transform Python source code into its most compact representation
MIT License
553 stars 40 forks source link

Consider removing "typing" module imports after minfiying. #55

Open fikotta opened 2 years ago

fikotta commented 2 years ago

It removes the duck typing, maybe it should remove the typing import also.

A-kirami commented 11 months ago

After 3.9, the types imported from the collections.abc module should also be removed. Maybe consider removing unused imports.