Skip to content

Commit

Permalink
change back local imports
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Jan 17, 2024
1 parent 75e5c0b commit 4181164
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions flopy/utils/gridgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

import numpy as np

from flopy.discretization import StructuredGrid
from flopy.export.shapefile_utils import shp2recarray
from flopy.mbase import resolve_exe
from flopy.mf6.modflow import ModflowGwfdis
from flopy.mfusg.mfusgdisu import MfUsgDisU
from flopy.modflow import ModflowDis
from flopy.utils import import_optional_dependency
from flopy.utils.flopy_io import relpath_safe
from flopy.utils.util_array import Util2d # read1d,
from ..discretization import StructuredGrid
from ..export.shapefile_utils import shp2recarray
from ..mbase import resolve_exe
from ..mf6.modflow import ModflowGwfdis
from ..mfusg.mfusgdisu import MfUsgDisU
from ..modflow import ModflowDis
from ..utils import import_optional_dependency
from ..utils.flopy_io import relpath_safe
from .util_array import Util2d # read1d,

# todo
# creation of line and polygon shapefiles from features (holes!)
Expand Down

0 comments on commit 4181164

Please sign in to comment.