Skip to content

Commit 31c294b

Browse files
committed
Fix missing import
1 parent 7b03da4 commit 31c294b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mdio/core/v1/_serializer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
from mdio.schemas.chunk_grid import *
2727
from mdio.schemas.v1.stats import *
2828

29+
import logging
30+
2931
try:
3032
import zfpy as zfpy_base # Base library
3133
from numcodecs import ZFPY # Codec

0 commit comments

Comments
 (0)