python-minifier icon indicating copy to clipboard operation
python-minifier copied to clipboard

Consider removing "typing" module imports after minfiying.

Open fikotta opened this issue 2 years ago • 1 comments

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

fikotta avatar Jul 12 '22 23:07 fikotta

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

A-kirami avatar Sep 15 '23 16:09 A-kirami