Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Sep 14, 2024
1 parent a30b26d commit 20a7530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/flatfield_corr.smk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rule apply_basic_flatfield_corr:
allow_missing=True,
),
params:
out_chunks=(128,128,128)
out_chunks=(128, 128, 128),
output:
zarr=temp(
directory(
Expand Down

0 comments on commit 20a7530

Please sign in to comment.