Skip to content

Commit ea91400

Browse files
committed
Fix incorrect import
1 parent b0d5e19 commit ea91400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ert/gui/simulation/ensemble_smoother_panel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
TargetEnsembleModel,
1616
TextModel,
1717
)
18-
from ert.gui.tools.design_matrix.design_matrix_panel import DesignMatrixPanel
1918
from ert.mode_definitions import ENSEMBLE_SMOOTHER_MODE
2019
from ert.run_models import EnsembleSmoother
2120
from ert.validation import (
@@ -24,6 +23,7 @@
2423
RangeStringArgument,
2524
)
2625

26+
from ._design_matrix_panel import DesignMatrixPanel
2727
from .experiment_config_panel import ExperimentConfigPanel
2828

2929
if TYPE_CHECKING:

0 commit comments

Comments
 (0)