Skip to content

Commit 3668e37

Browse files
style: pre-commit fixes
1 parent 7934145 commit 3668e37

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

numcodecs/zarr3.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -355,25 +355,25 @@ def evolve_from_array_spec(self, array_spec: ArraySpec) -> AsType:
355355
ZFPY = _add_docstring(_make_array_bytes_codec("zfpy", "ZFPY"), "numcodecs.zfpy.ZFPY")
356356

357357
__all__ = [
358-
"Blosc",
359-
"LZ4",
360-
"Zstd",
361-
"Zlib",
362-
"GZip",
363358
"BZ2",
364-
"LZMA",
365-
"Shuffle",
366-
"Delta",
367-
"BitRound",
368-
"FixedScaleOffset",
369-
"Quantize",
370-
"PackBits",
371-
"AsType",
372359
"CRC32",
373360
"CRC32C",
361+
"LZ4",
362+
"LZMA",
363+
"ZFPY",
374364
"Adler32",
365+
"AsType",
366+
"BitRound",
367+
"Blosc",
368+
"Delta",
369+
"FixedScaleOffset",
375370
"Fletcher32",
371+
"GZip",
376372
"JenkinsLookup3",
377373
"PCodec",
378-
"ZFPY",
374+
"PackBits",
375+
"Quantize",
376+
"Shuffle",
377+
"Zlib",
378+
"Zstd",
379379
]

0 commit comments

Comments
 (0)