diff --git a/src/xtgeo/well/blocked_well.py b/src/xtgeo/well/blocked_well.py index 8552761af..0ec61befa 100644 --- a/src/xtgeo/well/blocked_well.py +++ b/src/xtgeo/well/blocked_well.py @@ -6,11 +6,13 @@ import pandas as pd import xtgeo +from xtgeo.common._xyz_enum import _AttrName +from xtgeo.common.xtgeo_dialog import XTGeoDialog from . import _blockedwell_roxapi from .well1 import Well -xtg = xtgeo.common.XTGeoDialog() +xtg = XTGeoDialog() logger = xtg.functionlogger(__name__)