Skip to content

Commit

Permalink
i=0 not needed here.
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Aug 16, 2019
1 parent b78f786 commit 2d07b53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/importer/data_importer/reference_set_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def _insert_features(self):
batch = []
i = 0
with db.database.atomic():
i = 0
for feature in self.features:
batch += [{'gene':self.gene_db_ids[feature['gene_id']],
'transcript':self.transcript_db_ids[feature['transcript_id']],
Expand Down

0 comments on commit 2d07b53

Please sign in to comment.