Skip to content

Commit c2cd53e

Browse files
author
Martin Ingram
committed
Fix import order & thereby the pre-commit
1 parent c5a2a87 commit c2cd53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/sampling_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
from aesara.link.jax.dispatch import jax_funcify
2828
from aesara.raise_op import Assert
2929
from aesara.tensor import TensorVariable
30-
from arviz.data.base import make_attrs
3130
from aesara.tensor.shape import SpecifyShape
31+
from arviz.data.base import make_attrs
3232

3333
from pymc import Model, modelcontext
3434
from pymc.backends.arviz import find_constants, find_observations

0 commit comments

Comments
 (0)