Skip to content

Commit 36bbed7

Browse files
style: pre-commit fixes
1 parent 046f984 commit 36bbed7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

numcodecs/pcodec.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from typing import Literal
22

3-
from pcodec import ChunkConfig, DeltaSpec, ModeSpec, PagingSpec, standalone
4-
53
from numcodecs.abc import Codec
64
from numcodecs.compat import ensure_contiguous_ndarray
5+
from pcodec import ChunkConfig, DeltaSpec, ModeSpec, PagingSpec, standalone
76

87
DEFAULT_MAX_PAGE_N = 262144
98

0 commit comments

Comments
 (0)