We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0ecac commit f0a92c5Copy full SHA for f0a92c5
pymc/model/core.py
@@ -44,7 +44,7 @@
44
45
from pymc.blocking import DictToArrayBijection, RaveledVars
46
from pymc.data import MinibatchOp, is_valid_observed
47
-from pymc.distributions.shape_utils import Coords, CoordValue, StrongCoords
+from pymc.typing import Coords, CoordValue, StrongCoords
48
from pymc.exceptions import (
49
BlockModelAccessError,
50
ImputationWarning,
pymc/printing.py
@@ -13,6 +13,8 @@
13
# limitations under the License.
14
15
16
+from __future__ import annotations
17
+
18
import re
19
20
from functools import partial
0 commit comments