-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
See the following deprecation warnin
deboiler/models/lxml_node.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
import cgicgi is only used once:
text = cgi.html.unescape(text) # type: ignoreThis should be replaced with the html module and html.unescape
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels