htmlmin icon indicating copy to clipboard operation
htmlmin copied to clipboard

Remove unnecessary cgi module import

Open mina86 opened this issue 11 months ago • 4 comments

cgi module has been removed in Python 3.13. Remove the unused import so that the code runs.

mina86 avatar Jan 28 '25 12:01 mina86