Skip to content

Commit 9f3a119

Browse files
committed
Fix missing import
1 parent dea3aef commit 9f3a119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/logprob/abstract.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
# SOFTWARE.
3636

3737
import abc
38+
import warnings
3839

3940
from collections.abc import Sequence
4041
from functools import singledispatch

0 commit comments

Comments
 (0)