mirror of
https://github.com/ae-utbm/sith.git
synced 2025-08-14 04:59:58 +00:00
ruff rule C4
This commit is contained in:
@@ -100,6 +100,6 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
),
|
||||
migrations.AlterUniqueTogether(
|
||||
name="operation", unique_together=set([("number", "journal")])
|
||||
name="operation", unique_together={("number", "journal")}
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user