mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-24 05:37:00 +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