Skip to content

Commit 4096bea

Browse files
Fix import
1 parent b38db48 commit 4096bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import functools
1616

17-
from typing import Any, Dict, List, Tuple, cast
17+
from typing import Any, Dict, List, Tuple, Union, cast
1818

1919
import arviz
2020
import cloudpickle

0 commit comments

Comments
 (0)