mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
ruff rule C4
This commit is contained in:
@ -176,6 +176,6 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
),
|
||||
migrations.AlterUniqueTogether(
|
||||
name="token", unique_together=set([("name", "launderette", "type")])
|
||||
name="token", unique_together={("name", "launderette", "type")}
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user