Skip to content

Commit 05eae3b

Browse files
Fix res2df import common (#1331)
Co-authored-by: Anders Fredrik Kiær <31612826+anders-kiaer@users.noreply.github.com>
1 parent 8b8a8f4 commit 05eae3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webviz_subsurface/_datainput/well_completions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# NOTE: Functions in this file cannot be used
1616
# on non-Linux OSes.
1717
try:
18-
from res2df.resdatafiles import ResdataFiles, common
18+
from res2df import common
19+
from res2df.resdatafiles import ResdataFiles
1920
except ImportError:
2021
pass
2122

0 commit comments

Comments
 (0)