Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Oct 25, 2023
1 parent 0bbea16 commit 24dfcde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/xtgeo/well/blocked_well.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)


Expand Down

0 comments on commit 24dfcde

Please sign in to comment.