Skip to content

Commit 9f3a048

Browse files
committed
pr clean up
1 parent 02f1863 commit 9f3a048

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

variation/mane_transcript.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,7 @@ def g_to_grch38(self, ac, start_pos, end_pos) -> Optional[Dict]:
530530
else:
531531
return None
532532
chromosome, assembly = descr
533-
534-
if start_pos == end_pos:
535-
is_same_pos = True
536-
else:
537-
is_same_pos = False
533+
is_same_pos = start_pos == end_pos
538534

539535
# Coordinate liftover
540536
if assembly < 'GRCh37':

0 commit comments

Comments
 (0)