Skip to content

Commit f2e96e9

Browse files
committed
add pickle import back in for pickle.PickleError
1 parent d835151 commit f2e96e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/sampling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import collections.abc as abc
1818
import logging
19+
import pickle
1920
import sys
2021
import time
2122
import warnings

0 commit comments

Comments
 (0)