mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Mise à jour de Black vers la version 23.3 (#629)
This commit is contained in:
@ -9,7 +9,6 @@ import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [migrations.swappable_dependency(settings.AUTH_USER_MODEL)]
|
||||
|
@ -45,7 +45,6 @@ def remove_multiples_comments_from_same_user(apps, schema_editor):
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("pedagogy", "0001_initial")]
|
||||
|
||||
operations = [
|
||||
|
Reference in New Issue
Block a user