Skip to content

Commit d8ad2f0

Browse files
committed
Black format
1 parent 620df6e commit d8ad2f0

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

src/npg_irods/cli/locate_data_objects.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -622,18 +622,19 @@ def sequenom_genotype_updates(
622622

623623
def _add_mlwh_cache_arguments(parser: argparse.ArgumentParser):
624624
parser.add_argument(
625-
"--mlwh-cache",
626-
"--mlwh_cache",
627-
help="Path to a SQLite cache used to filter Sample/Study updates by content.",
628-
type=str,
625+
"--mlwh-cache",
626+
"--mlwh_cache",
627+
help="Path to a SQLite cache used to filter Sample/Study updates by content.",
628+
type=str,
629629
)
630630
parser.add_argument(
631-
"--prime-mlwh-cache",
632-
"--prime_mlwh_cache",
633-
help="Prime the MLWH cache with all Sample/Study rows before filtering.",
634-
action="store_true",
631+
"--prime-mlwh-cache",
632+
"--prime_mlwh_cache",
633+
help="Prime the MLWH cache with all Sample/Study rows before filtering.",
634+
action="store_true",
635635
)
636636

637+
637638
def _load_mlwh_change_ids(
638639
sess: Session,
639640
since: datetime,

0 commit comments

Comments
 (0)