microproduct/dem-sentiral/ISCEApp/site-packages/IPython/utils/pickleutil.py

6 lines
144 B
Python
Raw Permalink Normal View History

2023-08-28 10:17:29 +00:00
from warnings import warn
warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil", stacklevel=2)
from ipykernel.pickleutil import *