Skip to content

Commit aa5cf85

Browse files
committed
Remove excess function import from init
1 parent 31c294b commit aa5cf85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mdio/core/v1/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from ._serializer import make_named_dimension
1111
from ._serializer import make_variable
1212
from .builder import MDIODatasetBuilder
13-
from .builder import write_mdio_metadata
1413
from .factory import SCHEMA_TEMPLATE_MAP
1514
from .factory import MDIOSchemaType
1615

@@ -22,7 +21,6 @@
2221
"make_named_dimension",
2322
"make_variable",
2423
"mdio",
25-
"write_mdio_metadata",
2624
"MDIOSchemaType",
2725
"SCHEMA_TEMPLATE_MAP",
2826
]

0 commit comments

Comments
 (0)