Skip to content

Commit 4abb2c0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6552fc7 commit 4abb2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uhi/io/hdf5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import numpy as np
77

88
from ..typing.serialization import AnyAxis, AnyHistogram, AnyStorage, Histogram
9-
from . import ARRAY_KEYS, LIST_KEYS
9+
from . import ARRAY_KEYS
1010

1111
__all__ = ["read", "write"]
1212

0 commit comments

Comments
 (0)