Skip to content

Commit

Permalink
chore(call): explicit None return on VCF output fn
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 2, 2024
1 parent 6cb13b8 commit b8cc5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strkit/call/output/vcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def output_contig_vcf_lines(
variant_file: VariantFile,
results: tuple[dict, ...],
logger: logging.Logger,
):
) -> None:
variant_records: list[VariantRecord] = []

# has_at_least_one_snv_set = next((r.get("snvs") is not None for r in results), None) is not None
Expand Down

0 comments on commit b8cc5d8

Please sign in to comment.