From 4490c1ebc839bd996f06686e966d360522ddf474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20C=2E=20Riven=C3=A6s?= Date: Fri, 22 Sep 2023 15:43:34 +0200 Subject: [PATCH] fixup: RegularSurface --- src/xtgeo/surface/regular_surface.py | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/xtgeo/surface/regular_surface.py b/src/xtgeo/surface/regular_surface.py index f940d9b41..d2915aa3a 100644 --- a/src/xtgeo/surface/regular_surface.py +++ b/src/xtgeo/surface/regular_surface.py @@ -54,18 +54,9 @@ import xtgeo.common.sys as xtgeosys from xtgeo.common.constants import VERYLARGENEGATIVE, VERYLARGEPOSITIVE -from . import ( - _regsurf_boundary, - _regsurf_cube, - _regsurf_cube_window, - _regsurf_export, - _regsurf_grid3d, - _regsurf_gridding, - _regsurf_import, - _regsurf_oper, - _regsurf_roxapi, - _regsurf_utils, -) +from . import (_regsurf_boundary, _regsurf_cube, _regsurf_cube_window, + _regsurf_export, _regsurf_grid3d, _regsurf_gridding, + _regsurf_import, _regsurf_oper, _regsurf_roxapi, _regsurf_utils) xtg = xtgeo.common.XTGeoDialog() logger = xtg.functionlogger(__name__) @@ -2572,7 +2563,7 @@ def slice_cube_window( showprogress: bool = False, deadtraces: bool = True, algorithm: Literal[1, 2, 3] = 2, - ) -> Tuple(None, Dict[xtgeo.RegularSurface]): + ) -> Tuple[None, Dict[xtgeo.RegularSurface]]: """Slice the cube within a vertical window and get the statistical attrubutes. The statistical attributes can be min, max etc. Attributes are: