Skip to content

Commit

Permalink
Delete type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Dec 3, 2024
1 parent f8dfaa2 commit 869cade
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 @@ -308,7 +308,7 @@ def c_chunk_to_vcf(
*,
drop_genotypes,
no_update,
preceding_future: concurrent.futures.Future | None = None,
preceding_future=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 869cade

Please sign in to comment.