Commit c85c4a9c authored by Marius Gedminas's avatar Marius Gedminas

Remove unnecessary imports

`zip` is not used anywhere in this file (this is python-modernize/issue#6).

The builtin `map` works fine on both Python 2.x and 3.x, the way we use
it here, so there's no need to import it from `six`.
parent df49e91b
......@@ -25,8 +25,6 @@ from ZEO.tests.TestThread import TestThread
from ZODB.DB import DB
from ZODB.POSException import ReadConflictError, ConflictError
from six.moves import map
from six.moves import zip
# The tests here let several threads have a go at one or more database
# instances simultaneously. Each thread appends a disjoint (from the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment