mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
ruff rule C4
This commit is contained in:
@ -45,6 +45,6 @@ class Migration(migrations.Migration):
|
||||
],
|
||||
),
|
||||
migrations.AlterUniqueTogether(
|
||||
name="peoplepicturerelation", unique_together=set([("user", "picture")])
|
||||
name="peoplepicturerelation", unique_together={("user", "picture")}
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user