Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Feb 13, 2023
1 parent 570f6dd commit 5d222d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pystackreg/pystackreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ def register_stack(
iterable = tqdm(iterable)

for i in iterable:

slc = [slice(None)] * len(img.shape)
slc[axis] = i

Expand Down
1 change: 0 additions & 1 deletion tests/test_pystackreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def stack_bilinear():


def load_file(transformation):

if transformation == "unregistered":
fname = prefix + "-unreg"
else:
Expand Down

0 comments on commit 5d222d2

Please sign in to comment.