Skip to content

Commit

Permalink
Fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Tyler authored and jeromekelleher committed Nov 19, 2024
1 parent a931714 commit f969899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcztools/vcf_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def c_chunk_to_vcf(
*,
drop_genotypes,
no_update,
preceding_future: Optional[concurrent.futures.Future] = None,
preceding_future: concurrent.futures.Future | None = None,
):
chrom = contigs[get_vchunk_array(root.variant_contig, v_chunk, v_mask_chunk)]
# TODO check we don't truncate silently by doing this
Expand Down

0 comments on commit f969899

Please sign in to comment.