Skip to content

Commit

Permalink
♻️ Simplify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed May 16, 2024
1 parent 8a5cdd6 commit 66fa8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions wetlab/migrations/0001_initial_squashed_0012.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
# ("lnschema_bionty", "0001_initial_squashed_0016"),
("lnschema_core", "0046_storage_instance_uid"),
("lnschema_bionty", "0001_initial_squashed_0016"),
]

operations = [] # type: ignore
Expand Down
3 changes: 1 addition & 2 deletions wetlab/migrations/0001_initial_squashed_0018.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ class Migration(migrations.Migration):
]

dependencies = [
("lnschema_bionty", "0023_rename_publicsource_encode_uid"),
("lnschema_core", "0046_storage_instance_uid"),
("lnschema_bionty", "0001_initial_squashed_0025"),
]

operations = [
Expand Down

0 comments on commit 66fa8e7

Please sign in to comment.