Skip to content

Commit acbf610

Browse files
committed
Run isort on pcodec module
1 parent d1f76fc commit acbf610

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

numcodecs/pcodec.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from typing import Literal, Optional
22

3-
from numcodecs.abc import Codec
4-
from numcodecs.compat import ensure_contiguous_ndarray
5-
63
from pcodec import ChunkConfig, ModeSpec, PagingSpec, standalone
74

5+
from numcodecs.abc import Codec
6+
from numcodecs.compat import ensure_contiguous_ndarray
87

98
DEFAULT_MAX_PAGE_N = 262144
109

0 commit comments

Comments
 (0)