We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Element
1 parent 67a80c6 commit 498ab71Copy full SHA for 498ab71
stubs/defusedxml/defusedxml/ElementTree.pyi
@@ -1,8 +1,7 @@
1
from _typeshed import Incomplete
2
from collections.abc import Iterator, Sequence
3
from typing import Any
4
-from xml.dom.minidom import Element
5
-from xml.etree.ElementTree import ElementTree, ParseError as ParseError, XMLParser as _XMLParser, tostring as tostring
+from xml.etree.ElementTree import Element, ElementTree, ParseError as ParseError, XMLParser as _XMLParser, tostring as tostring
6
7
class DefusedXMLParser(_XMLParser):
8
forbid_dtd: bool
0 commit comments