Skip to content

Commit 72fd4ed

Browse files
Run black
1 parent 8819fac commit 72fd4ed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/imcflibs/imagej/misc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,9 @@ def write_ordereddict_to_csv(out_file, content):
533533
dict_writer.writerows(content)
534534

535535

536-
def save_image_in_format(imp, format, out_dir, series, pad_number, split_channels, suffix=""):
536+
def save_image_in_format(
537+
imp, format, out_dir, series, pad_number, split_channels, suffix=""
538+
):
537539
"""Save an ImagePlus object in the specified format.
538540
539541
This function provides flexible options for saving ImageJ images in various

0 commit comments

Comments
 (0)