Skip to content

Commit f969899

Browse files
Will-Tylerjeromekelleher
authored andcommitted
Fix ruff error
1 parent a931714 commit f969899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcztools/vcf_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def c_chunk_to_vcf(
307307
*,
308308
drop_genotypes,
309309
no_update,
310-
preceding_future: Optional[concurrent.futures.Future] = None,
310+
preceding_future: concurrent.futures.Future | None = None,
311311
):
312312
chrom = contigs[get_vchunk_array(root.variant_contig, v_chunk, v_mask_chunk)]
313313
# TODO check we don't truncate silently by doing this

0 commit comments

Comments
 (0)