Skip to content

Commit bf3d665

Browse files
author
wpbonelli
committed
move filters into writer module
1 parent 2aaf9b9 commit bf3d665

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flopy4/mf6/codec/writer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55
from jinja2 import Environment, PackageLoader
66

7-
from flopy4.mf6 import filters
7+
from flopy4.mf6.codec.writer import filters
88

99
_JINJA_ENV = Environment(
1010
loader=PackageLoader("flopy4.mf6.codec.writer"),
File renamed without changes.

0 commit comments

Comments
 (0)