Skip to content

Commit 97fa5a6

Browse files
committed
Fix imports for pylint
2 parents 845199b + 12be097 commit 97fa5a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc3/distributions/multivariate.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
from pymc3.distributions.continuous import ChiSquared, Normal, assert_negative_support
5353
from pymc3.distributions.dist_math import bound, factln, logpow, multigammaln
5454
from pymc3.distributions.distribution import Continuous, Discrete
55-
from pymc3.distributions.special import gammaln, multigammaln
56-
from pymc3.math import kron_diag, kron_dot, kron_solve_lower, kronecker
55+
from pymc3.math import kron_diag, kron_dot
5756

5857
__all__ = [
5958
"MvNormal",

0 commit comments

Comments
 (0)