summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zlib.py
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-09-24 14:07:23 (GMT)
committerGitHub <noreply@github.com>2023-09-24 14:07:23 (GMT)
commit19601efa364fe3c294d8010effe11e025cbc230e (patch)
treefe7b91cda272516296be6a0fb4fc31ce6c9037a8 /Lib/test/test_zlib.py
parent649768fb6781ba810df44017fee1975a11d65e2f (diff)
downloadcpython-19601efa364fe3c294d8010effe11e025cbc230e.zip
cpython-19601efa364fe3c294d8010effe11e025cbc230e.tar.gz
cpython-19601efa364fe3c294d8010effe11e025cbc230e.tar.bz2
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Diffstat (limited to 'Lib/test/test_zlib.py')
-rw-r--r--Lib/test/test_zlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
index 55306c6..9a099ad 100644
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -3,7 +3,6 @@ from test import support
from test.support import import_helper
import binascii
import copy
-import os
import pickle
import random
import sys