Skip to content

Commit

Permalink
Import ErtPluginManager from ert.plugins instead of ert.shared.plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Aug 15, 2024
1 parent 6b25529 commit 999a725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hook_implementations.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)

import res2df.hook_implementations.jobs
from ert.shared.plugins.plugin_manager import ErtPluginManager
from ert.plugins.plugin_manager import ErtPluginManager


@pytest.fixture(name="expected_jobs")
Expand Down

0 comments on commit 999a725

Please sign in to comment.