Skip to content

Commit

Permalink
🎨 [#994] RUN black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefrado committed Dec 10, 2024
1 parent f2a15f3 commit 7a044c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sdg/producten/migrations/0063_merge_20241210_1812.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
class Migration(migrations.Migration):

dependencies = [
('producten', '0061_merge_20241126_1717'),
('producten', '0062_auto_20241202_1600'),
("producten", "0061_merge_20241126_1717"),
("producten", "0062_auto_20241202_1600"),
]

operations = [
]
operations = []

0 comments on commit 7a044c3

Please sign in to comment.