summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sax.py
diff options
context:
space:
mode:
authorSrinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>2018-11-16 15:32:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-11-16 15:32:58 (GMT)
commit90d0cfb22269261333e82a7c8a17b66d6695f7b6 (patch)
tree6cded6ae606baee53268868d6887a4781830791b /Lib/test/test_sax.py
parent4edeaeac4c194ba5d09187640b5cfca5e03be617 (diff)
downloadcpython-90d0cfb22269261333e82a7c8a17b66d6695f7b6.zip
cpython-90d0cfb22269261333e82a7c8a17b66d6695f7b6.tar.gz
cpython-90d0cfb22269261333e82a7c8a17b66d6695f7b6.tar.bz2
bpo-35202: Remove unused imports in tests. (GH-10561)
Diffstat (limited to 'Lib/test/test_sax.py')
-rw-r--r--Lib/test/test_sax.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py
index 894d86a..9addc06 100644
--- a/Lib/test/test_sax.py
+++ b/Lib/test/test_sax.py
@@ -17,7 +17,6 @@ from xml.sax.handler import feature_namespaces, feature_external_ges
from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl
from io import BytesIO, StringIO
import codecs
-import gc
import os.path
import shutil
from urllib.error import URLError