htmlmin
htmlmin copied to clipboard
Remove unnecessary cgi module import
cgi module has been removed in Python 3.13.
Remove the unused import so that the code runs.