remove newline in the migrations file as black is not working locally

This commit is contained in:
julien 2024-10-17 09:24:45 +02:00
parent 8453c31155
commit cc6bc0a489

View file

@ -15,4 +15,4 @@ class Migration(migrations.Migration):
name="mastery",
field=models.IntegerField(blank=True, null=True),
),
]
]