Skip to content

Commit cbcf9c7

Browse files
committed
remove deprecated class from util init
1 parent 8660978 commit cbcf9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flopy/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .formattedfile import FormattedHeadFile
3030

3131
get_modflow = get_modflow_module.run_main
32-
from .gridintersect import GridIntersect, ModflowGridIndices
32+
from .gridintersect import GridIntersect
3333
from .mflistfile import (
3434
Mf6ListBudget,
3535
MfListBudget,

0 commit comments

Comments
 (0)