summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dbm_ndbm.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 18:41:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 18:41:02 (GMT)
commite437a10d15ddfd21d406e591acccf12ff443194e (patch)
treef6227687646fda64f9eaf485ae2d9c3f55709232 /Lib/test/test_dbm_ndbm.py
parent597d15afe45ea3a8613d336e68a0a98b8846e603 (diff)
downloadcpython-e437a10d15ddfd21d406e591acccf12ff443194e.zip
cpython-e437a10d15ddfd21d406e591acccf12ff443194e.tar.gz
cpython-e437a10d15ddfd21d406e591acccf12ff443194e.tar.bz2
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'Lib/test/test_dbm_ndbm.py')
-rw-r--r--Lib/test/test_dbm_ndbm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_dbm_ndbm.py b/Lib/test/test_dbm_ndbm.py
index 13e31f2..49f4426 100644
--- a/Lib/test/test_dbm_ndbm.py
+++ b/Lib/test/test_dbm_ndbm.py
@@ -1,7 +1,6 @@
from test import support
support.import_module("dbm.ndbm") #skip if not supported
import unittest
-import random
import dbm.ndbm
from dbm.ndbm import error