Skip to content

Commit

Permalink
Update fmu-docs (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Mar 23, 2023
1 parent 9bd0239 commit a7f5aea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fmu/sumo/uploader/scripts/sumo_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
except ModuleNotFoundError:
from ert_shared.plugins.plugin_manager import hook_implementation # type: ignore

try:
from ert.shared.plugins.plugin_response import plugin_response # type: ignore
except ModuleNotFoundError:
from ert_shared.plugins.plugin_response import plugin_response # type: ignore

try:
from ert import ErtScript # type: ignore
except ModuleNotFoundError:
Expand Down

0 comments on commit a7f5aea

Please sign in to comment.