Skip to content

Commit

Permalink
linting - Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Aug 14, 2024
1 parent f834c64 commit 29aa584
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

def _one_off_allele_liftover(apps, schema_editor):
AlleleLiftover = apps.get_model("snpdb", "AlleleLiftover")
VariantAllele = apps.get_model("snpdb", "VariantAllele")

records = []
for al in AlleleLiftover.objects.filter(error_message__isnull=False):
Expand Down

0 comments on commit 29aa584

Please sign in to comment.