##// END OF EJS Templates
remove unused newserialized imports
MinRK -
Show More
@@ -34,8 +34,7 b' except:'
34 from IPython.utils import py3compat
34 from IPython.utils import py3compat
35 from IPython.utils.pickleutil import (
35 from IPython.utils.pickleutil import (
36 can, uncan, can_sequence, uncan_sequence, CannedObject
36 can, uncan, can_sequence, uncan_sequence, CannedObject
37 )
37 )
38 from IPython.utils.newserialized import serialize, unserialize
39
38
40 if py3compat.PY3:
39 if py3compat.PY3:
41 buffer = memoryview
40 buffer = memoryview
General Comments 0
You need to be logged in to leave comments. Login now