Skip to content

Commit

Permalink
Update 0019_merge_20240726_2156.py
Browse files Browse the repository at this point in the history
ruff
  • Loading branch information
eric-intuitem committed Jul 26, 2024
1 parent 82d1c48 commit 028673c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions backend/core/migrations/0019_merge_20240726_2156.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@


class Migration(migrations.Migration):

dependencies = [
('core', '0018_appliedcontrol_csf_function_and_more'),
('core', '0018_framework_translations_loadedlibrary_translations_and_more'),
("core", "0018_appliedcontrol_csf_function_and_more"),
("core", "0018_framework_translations_loadedlibrary_translations_and_more"),
]

operations = [
]
operations = []

0 comments on commit 028673c

Please sign in to comment.