We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a931714 commit f969899Copy full SHA for f969899
vcztools/vcf_writer.py
@@ -307,7 +307,7 @@ def c_chunk_to_vcf(
307
*,
308
drop_genotypes,
309
no_update,
310
- preceding_future: Optional[concurrent.futures.Future] = None,
+ preceding_future: concurrent.futures.Future | None = None,
311
):
312
chrom = contigs[get_vchunk_array(root.variant_contig, v_chunk, v_mask_chunk)]
313
# TODO check we don't truncate silently by doing this
0 commit comments