From 24dfcde7fd2453a55383a7c00cd770d1b4c5d62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20C=2E=20Riven=C3=A6s?= Date: Wed, 25 Oct 2023 13:46:49 +0200 Subject: [PATCH] fixup --- src/xtgeo/well/blocked_well.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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__)