Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jun 5, 2024
1 parent 86e0148 commit c7cbaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biocommons/seqrepo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def load(opts: argparse.Namespace) -> None:
FastaIter(fh), # type: ignore
unit=" seqs",
disable=disable_bar,
leave=False, # type: ignore noqa: E501
leave=False,
)
for defline, seq in seq_bar: # type: ignore
n_seqs_seen += 1
Expand Down

0 comments on commit c7cbaad

Please sign in to comment.