Skip to content

Commit

Permalink
chore(black): run command black ./
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed May 9, 2023
1 parent ab86d6d commit d6b9df3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion django_gar/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_gar", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion django_gar/migrations/0003_auto_20201001_1054.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_gar", "0002_garinstitution_subscription_id"),
]
Expand Down
1 change: 0 additions & 1 deletion django_gar/migrations/0004_garsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_gar", "0003_auto_20201001_1054"),
]
Expand Down
1 change: 0 additions & 1 deletion django_gar/migrations/0005_garinstitution_project_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_gar", "0004_garsession"),
]
Expand Down
1 change: 0 additions & 1 deletion django_gar/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class GARInstitution(models.Model):

uai = models.CharField(
"Unité Administrative Immatriculée", max_length=14, unique=True
)
Expand Down

0 comments on commit d6b9df3

Please sign in to comment.