Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramram-mf committed Sep 20, 2024
1 parent 9246311 commit 31730f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.15 on 2024-09-20 08:22
# Generated by Django 4.2.15 on 2024-09-20 09:07

import wagtail.blocks
import wagtail.documents.blocks
Expand Down Expand Up @@ -33,7 +33,7 @@ class Migration(migrations.Migration):
name="hero_intro_heading",
field=models.CharField(
blank=True,
default="A healthy internet is one in which privacy, openness, and inclusion are the norms. ",
default="A healthy internet is one in which privacy, openness, and inclusion are the norms.",
max_length=100,
),
),
Expand Down

0 comments on commit 31730f9

Please sign in to comment.