Skip to content

Commit e16f974

Browse files
author
Alihan Zihna
committed
fix precommit errors
1 parent 8331f0b commit e16f974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/test_distributions_moments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
Gamma,
1212
HalfCauchy,
1313
HalfNormal,
14+
HalfStudentT,
1415
Kumaraswamy,
1516
Laplace,
1617
LogNormal,
1718
StudentT,
1819
Weibull,
19-
HalfStudentT,
2020
)
2121
from pymc.distributions.shape_utils import rv_size_is_none
2222
from pymc.initial_point import make_initial_point_fn

0 commit comments

Comments
 (0)