Skip to content

Commit a51a160

Browse files
committed
Format with ruff
1 parent a98cbcb commit a51a160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numcodecs/tests/test_zstd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_native_functions():
8787
assert Zstd.min_level() == -131072
8888
assert Zstd.max_level() == 22
8989

90+
9091
def test_streaming_decompression():
9192
# Test input frames with unknown frame content size
9293
codec = Zstd()
@@ -156,6 +157,7 @@ def zstd_cli_available() -> bool:
156157
["zstd", "-V"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL
157158
).returncode
158159

160+
159161
def test_multi_frame():
160162
codec = Zstd()
161163

0 commit comments

Comments
 (0)