Skip to content

Commit fb5980e

Browse files
committed
Fix typing and import order
1 parent d14a85a commit fb5980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/model/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444

4545
from pymc.blocking import DictToArrayBijection, RaveledVars
4646
from pymc.data import MinibatchOp, is_valid_observed
47-
from pymc.typing import Coords, CoordValue, StrongCoords
4847
from pymc.exceptions import (
4948
BlockModelAccessError,
5049
ImputationWarning,
@@ -66,6 +65,7 @@
6665
join_nonshared_inputs,
6766
rewrite_pregrad,
6867
)
68+
from pymc.typing import Coords, CoordValue, StrongCoords
6969
from pymc.util import (
7070
UNSET,
7171
WithMemoization,

0 commit comments

Comments
 (0)