Skip to content

Commit

Permalink
Add imports for realization state enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Fanebust Dregi authored and markusdregi committed Nov 13, 2018
1 parent 44ea806 commit f75f6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from res.enkf.enums import EnkfInitModeEnum
from res.enkf.enums import HookRuntime
from res.enkf.enums import RealizationStateEnum
from res.enkf import ErtRunContext
from ert_gui.simulation.models import BaseRunModel, ErtRunError

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# for more details.
from res.enkf.enums import EnkfInitModeEnum
from res.enkf.enums import HookRuntime
from res.enkf.enums import RealizationStateEnum
from res.enkf import ErtRunContext

from ert_gui.simulation.models import BaseRunModel, ErtRunError
Expand Down

0 comments on commit f75f6e7

Please sign in to comment.