Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modflow_devtools/dfns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import warnings

from modflow_devtools.dfn import fetch_dfns
from modflow_devtools.dfn import FieldType, fetch_dfns
from modflow_devtools.dfns.registry import DfnRegistry, LocalDfnRegistry, RemoteDfnRegistry
from modflow_devtools.dfns.schema import (
Array,
Expand Down Expand Up @@ -40,7 +40,9 @@
"DfnRegistry",
"Dfns",
"Double",
"Field",
"FieldBase",
"FieldType",
"File",
"Integer",
"Keyword",
Expand Down
Loading