Skip to content

Commit 19df207

Browse files
authored
cleanup adapters (#148)
1 parent 44864d4 commit 19df207

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed
File renamed without changes.
File renamed without changes.

flopy4/mf6/interface/__init__.py

Whitespace-only changes.

flopy4/mf6/utils/cbc_reader.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
from attrs import define
1313
from flopy.discretization import StructuredGrid
1414

15-
from flopy4.discretization.structured_grid import StructuredGridWrapper
16-
17-
from .grid_utils import get_coords
15+
from flopy4.adapters import StructuredGridWrapper
16+
from flopy4.mf6.utils.grid_utils import get_coords
1817

1918

2019
@define

test/test_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from flopy.discretization import StructuredGrid
66
from flopy.discretization.modeltime import ModelTime
77

8+
from flopy4.mf6.adapters import Flopy3Model, Flopy3Package
89
from flopy4.mf6.gwf import Chd, Dis, Gwf, Ic, Npf, Oc
910
from flopy4.mf6.ims import Ims
10-
from flopy4.mf6.interface.flopy3 import Flopy3Model, Flopy3Package
1111
from flopy4.mf6.simulation import Simulation
1212
from flopy4.mf6.tdis import Tdis
1313

0 commit comments

Comments
 (0)