Skip to content

Commit

Permalink
fix conflicting dependenceis
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Oct 5, 2023
1 parent 5d51ad5 commit 27a353e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def migrate_deliver_form_to_deliver_unit(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("opportunity", "0018_merge_20230919_2049"),
("opportunity", "0020_payment"),
]

operations = [
Expand Down

0 comments on commit 27a353e

Please sign in to comment.