Skip to content

Commit 885634b

Browse files
committed
Linting
1 parent b9bfa85 commit 885634b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_auto_chunking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_grid_without_live_mask():
3131
Dimension(coords=range(0, 100, 1), name="sample"),
3232
]
3333
grid = Grid(dims=dims)
34-
34+
3535
result = _calculate_live_mask_chunksize(grid)
3636
assert result == (100, 100)
3737

0 commit comments

Comments
 (0)