Skip to content

Commit 11cbfbf

Browse files
committed
remove unnecessary imports & white spaces
1 parent f2715d9 commit 11cbfbf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Lib/shelve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def sync(self):
183183
self.dict.sync()
184184

185185

186-
187186
class BsdDbShelf(Shelf):
188187
"""Shelf implementation using the "BSD" db interface.
189188

Lib/test/test_shelve.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
from collections.abc import MutableMapping
1111
from test.test_dbm import dbm_iterator
1212

13-
from Lib.shelve import ShelveError
14-
15-
1613
def L1(s):
1714
return s.decode("latin-1")
1815

0 commit comments

Comments
 (0)