Skip to content

Commit

Permalink
Changed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Meraldo Antonio committed Jan 9, 2025
1 parent d962798 commit f7afaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/regression/bayesian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

__all__ = ["BayesianConjugateLinearRegressor"]

from skpro.skpro.regression.bayesian._bayesian_conjugate import (
from skpro.regression.bayesian._bayesian_conjugate import (
BayesianConjugateLinearRegressor,
)

0 comments on commit f7afaa6

Please sign in to comment.