Skip to content

Commit

Permalink
style: trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Feb 7, 2024
1 parent 3c6cde5 commit e9a3527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_vep_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def test_vep_to_variant_record_case16_insertion(self):
record = vep_record.convert_to_variant_record(anno, genome)
self.assertEqual(record.ref, 'G')
self.assertEqual(record.alt, 'GTCA')

def test_vep_to_variant_record_case17_insertion_start_inclusion(self):
""" Insertion when the location is a single spot.
In this test case, the variant is represented by VEP in a start-inclusion
Expand Down

0 comments on commit e9a3527

Please sign in to comment.