Skip to content

Commit 2a91782

Browse files
committed
unused variable
1 parent 5a09c21 commit 2a91782

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

genmod/annotate_models/genetic_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def check_genetic_models(variant_batch, families, phased=False, strict=False):
9494
# A variant batch is a dictionary on the form
9595
# {variant_id:variant_dict, variant_2_id:variant_dict_2, ...}
9696
logger = logging.getLogger(__name__)
97-
intervals = variant_batch.pop("haploblocks", {})
9897

9998
# We check the genetic models for one family at a time
10099
for family_id in families:

0 commit comments

Comments
 (0)