Skip to content

Commit 01ac819

Browse files
authored
chore(dfn): remove duplicate longname from v1 schema field (#249)
longname is already an attribute on the base field
1 parent 16cfcfd commit 01ac819

File tree

1 file changed

+0
-1
lines changed
  • modflow_devtools/dfn/schema

1 file changed

+0
-1
lines changed

modflow_devtools/dfn/schema/v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class FieldV1(Field):
2929
tagged: bool = False
3030
in_record: bool = False
3131
layered: bool | None = None
32-
longname: str | None = None
3332
preserve_case: bool = False
3433
numeric_index: bool = False
3534
deprecated: bool = False

0 commit comments

Comments
 (0)