Skip to content

Commit dd54a37

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bfa4e12 commit dd54a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/inference/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from pymc_extras.inference.laplace_approx.laplace import fit_laplace
1919
from pymc_extras.inference.pathfinder.pathfinder import fit_pathfinder
2020

21-
__all__ = ["fit", "fit_pathfinder", "fit_laplace", "find_MAP", "fit_INLA"]
21+
__all__ = ["fit", "fit_pathfinder", "fit_laplace", "find_MAP", "fit_INLA"]

0 commit comments

Comments
 (0)