Skip to content

Commit 00562e8

Browse files
committed
Correct black formatting thanks to Mark
1 parent f1967d3 commit 00562e8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/omero_zarr/cli.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ def _configure(self, parser: Parser) -> None:
107107
)
108108
masks.add_argument(
109109
"--label-name",
110-
help=(
111-
"Name of the array that will be stored. " "Ignored for --style=split"
112-
),
110+
help=("Name of the array that will be stored. Ignored for --style=split"),
113111
default="0",
114112
)
115113
masks.add_argument(

src/omero_zarr/masks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def masks_to_labels(
309309
)
310310
):
311311
raise Exception(
312-
f"Mask {count} overlaps " "with existing labels"
312+
f"Mask {count} overlaps with existing labels"
313313
)
314314
# ADD to the array, so zeros in our binarray don't
315315
# wipe out previous masks

0 commit comments

Comments
 (0)