summaryrefslogtreecommitdiffstats
path: root/Lib/shelve.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/shelve.py')
-rw-r--r--Lib/shelve.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/shelve.py b/Lib/shelve.py
index c8d9cf5..cf6dac6 100644
--- a/Lib/shelve.py
+++ b/Lib/shelve.py
@@ -60,7 +60,6 @@ from pickle import Pickler, Unpickler
from io import BytesIO
import collections
-import warnings
__all__ = ["Shelf","BsdDbShelf","DbfilenameShelf","open"]