Skip to content

Commit

Permalink
PLS: Prevent cyclic import
Browse files Browse the repository at this point in the history
  • Loading branch information
VesnaT committed Feb 16, 2024
1 parent 591280d commit 5c26340
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Orange/regression/pls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ContinuousVariable, StringVariable
from Orange.data.util import get_unique_names, SharedComputeValue
from Orange.preprocess.score import LearnerScorer
from Orange.regression import SklLearner, SklModel
from Orange.regression.base_regression import SklLearner, SklModel

__all__ = ["PLSRegressionLearner"]

Expand Down
1 change: 0 additions & 1 deletion Orange/widgets/model/tests/test_owpls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pylint: disable=cyclic-import
import unittest

from Orange.widgets.model.owpls import OWPLS
Expand Down

0 comments on commit 5c26340

Please sign in to comment.