Skip to content

Commit

Permalink
issue SACGF/variantgrid_private#3676 - fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Aug 6, 2024
1 parent 2c87873 commit b3730f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _get_note(apps):
class Migration(migrations.Migration):
dependencies = [
("classification", "0152_allele_origin_confirmed_ekey"),
("snpdb", "0118_reminder_one_off_fix_variant_end"),
("snpdb", "0141_one_off_fix_variant_end2"),
]

operations = [
Expand Down

0 comments on commit b3730f0

Please sign in to comment.