Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsMaas committed Feb 5, 2024
1 parent 7108eab commit 87cf604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iss/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ def write_mutations(mutations, mutations_handle):
mutations_handle (file): File handle to write the mutations to.
"""
for vcf_dict in mutations:
# pass
mutations_handle.write(
"\t".join(
[
Expand Down

0 comments on commit 87cf604

Please sign in to comment.