Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 25, 2023
1 parent fb63d2c commit c3a7eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
]

from skpro.distributions.laplace import Laplace
from skpro.distributions.normal import Mixture
from skpro.distributions.mixture import Mixture
from skpro.distributions.normal import Normal

0 comments on commit c3a7eca

Please sign in to comment.