Skip to content

Commit 799113d

Browse files
committed
Make Black happy!
There were two blank lines it did not like that my local Black didn't mind seeing. Who knows!
1 parent dccabff commit 799113d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/imagej/stack.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def rai_slice(rai, imin: Tuple, imax: Tuple, istep: Tuple):
2525
dim_itr = range(len(shape))
2626

2727
for py_dim, j_dim in zip(dim_itr, dim_itr):
28-
2928
# Set minimum
3029
if imin[py_dim] is None:
3130
index = 0

tests/test_labeling.py

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def py_labeling():
3232

3333
@pytest.fixture(scope="module")
3434
def java_labeling(ij_fixture):
35-
3635
img = np.zeros((4, 4), dtype=np.int32)
3736
img[:2, :2] = 6
3837
img[:2, 2:] = 3

0 commit comments

Comments
 (0)