Skip to content

Commit 2ec70ee

Browse files
added typehint imports
1 parent 89adb69 commit 2ec70ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pymc_extras/inference/laplace_approx/laplace.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
from pymc.util import get_default_varnames
3434
from pytensor.graph import vectorize_graph
3535
from pytensor.tensor.type import Variable
36+
from pytensor.tensor.variable import TensorVariable
37+
from numpy.typing import ArrayLike
38+
from collections.abc import Callable
3639

3740
from pymc_extras.inference.laplace_approx.find_map import (
3841
_compute_inverse_hessian,

0 commit comments

Comments
 (0)