summaryrefslogtreecommitdiffstats
path: root/Lib/xml
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-30 09:26:33 (GMT)
committerGitHub <noreply@github.com>2020-04-30 09:26:33 (GMT)
commit90549676e063c2c818cfc14213d3adb7edcc2bd5 (patch)
tree110a338fd217521dd310994e673e3092ec6817a8 /Lib/xml
parent3209cbd99b6d65aa18b3beb124fac9c792b8993d (diff)
downloadcpython-90549676e063c2c818cfc14213d3adb7edcc2bd5.zip
cpython-90549676e063c2c818cfc14213d3adb7edcc2bd5.tar.gz
cpython-90549676e063c2c818cfc14213d3adb7edcc2bd5.tar.bz2
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Diffstat (limited to 'Lib/xml')
-rw-r--r--Lib/xml/dom/xmlbuilder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/xml/dom/xmlbuilder.py b/Lib/xml/dom/xmlbuilder.py
index 213ab14..8a20026 100644
--- a/Lib/xml/dom/xmlbuilder.py
+++ b/Lib/xml/dom/xmlbuilder.py
@@ -1,7 +1,6 @@
"""Implementation of the DOM Level 3 'LS-Load' feature."""
import copy
-import warnings
import xml.dom
from xml.dom.NodeFilter import NodeFilter