Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Aug 30, 2024
1 parent 59acc00 commit 0f556a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ome2024_ngff_challenge/resave.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,11 @@ def cli(subparsers: argparse._SubParsersAction):
default=16,
help="number of simultaneous write threads",
)
parser.add_argument("--silent", action="store_true", help="Command returns nothing; required for nextflow")
parser.add_argument(
"--silent",
action="store_true",
help="Command returns nothing; required for nextflow",
)

# Very recommended metadata (SHOULD!)
def license_action(group, arg: str, url: str, recommended: bool = True):
Expand Down

0 comments on commit 0f556a1

Please sign in to comment.