ruff rule C4

This commit is contained in:
thomas girod
2024-06-27 15:00:37 +02:00
parent 171a1cb876
commit f941435232
7 changed files with 9 additions and 9 deletions

View File

@ -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")}
),
]