Skip to content

Commit e8045c9

Browse files
committed
format
1 parent ccab963 commit e8045c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_codecs/test_sharding.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ def test_pickle() -> None:
372372
@pytest.mark.parametrize(
373373
"index_location", [ShardingCodecIndexLocation.start, ShardingCodecIndexLocation.end]
374374
)
375-
async def test_sharding_with_empty_inner_chunk(store: Store, index_location: ShardingCodecIndexLocation) -> None:
375+
async def test_sharding_with_empty_inner_chunk(
376+
store: Store, index_location: ShardingCodecIndexLocation
377+
) -> None:
376378
data = np.arange(0, 16 * 16, dtype="uint32").reshape((16, 16))
377379
fill_value = 1
378380

0 commit comments

Comments
 (0)