Skip to content

Commit 7fb9827

Browse files
committed
style
1 parent 3e3d1ff commit 7fb9827

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

iohub/ngff/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ def apply_transform_to_tczyx_and_save(
435435
)
436436
else:
437437
click.echo(
438-
f"""No valid data to write for channel indices {output_channel_indices} """
439-
f"""at output time indices {output_time_indices}"""
438+
"""No valid data to write for channel indices """
439+
f"""{output_channel_indices} at output time indices """
440+
f"""{output_time_indices}"""
440441
)
441442
del results
442443
_echo_finished(input_time_indices, output_channel_indices, skipped=False)

0 commit comments

Comments
 (0)