Fix SAST errors

This commit is contained in:
2021-04-02 21:39:06 +00:00
parent cadbfac97e
commit e4a88ea26b

View File

@@ -3,7 +3,7 @@
# Parse XML messages into an object.
#
#===========================================================================
import xml.etree.ElementTree as ET
import defusedxml.ElementTree as ET
from . import messages
#==========================================================================