Skip to content

Commit

Permalink
Due to compatibility in testing we re-export ErtPluginManager
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules authored and yngve-sk committed Jul 25, 2024
1 parent 7e56364 commit f304014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ert/shared/plugins/plugin_manager.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ert.plugins.plugin_manager import hook_implementation
from ert.plugins.plugin_manager import ErtPluginManager, hook_implementation

__all__ = ["hook_implementation"]
__all__ = ["hook_implementation", "ErtPluginManager"]

0 comments on commit f304014

Please sign in to comment.