Skip to content

Commit d8a37d3

Browse files
committed
Fix import order
1 parent 1f29522 commit d8a37d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
register_codec(JSON)
115115

116116
from numcodecs import vlen as vlen
117-
from numcodecs.vlen import VLenUTF8, VLenBytes, VLenArray
117+
from numcodecs.vlen import VLenArray, VLenBytes, VLenUTF8
118118

119119
register_codec(VLenUTF8)
120120
register_codec(VLenBytes)

0 commit comments

Comments
 (0)