Skip to content

Commit

Permalink
fixup! Remove unused marker
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Dec 11, 2024
1 parent e50b9ac commit 44b1e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/everest/test_everest_initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
import pytest

from ert.run_models.everest_run_model import EverestRunModel
from ert.tests.everest.utils import skipif_no_everest_models
from everest.config import EverestConfig

from ..everest.utils import skipif_no_everest_models


@skipif_no_everest_models
def test_init_no_project_res(copy_egg_test_data_to_tmp):
Expand Down

0 comments on commit 44b1e73

Please sign in to comment.