Skip to content

Commit

Permalink
Remove not needed imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jul 18, 2023
1 parent 4d39c52 commit 33063d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ZODB/tests/testThreadedShutdown.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import threading
import time
import unittest

import ZODB

Expand Down
1 change: 0 additions & 1 deletion src/ZODB/tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
storage tests against the test storage.
"""
import bisect
import unittest

from ZODB import POSException
from ZODB.BaseStorage import BaseStorage
Expand Down

0 comments on commit 33063d3

Please sign in to comment.