mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-40443: Remove unused imports in the stdlib (GH-19803)
This commit is contained in:
parent
3209cbd99b
commit
90549676e0
10 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue