Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Feb 1, 2024
1 parent d424977 commit 1f47ea3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home/migrations/0048_alter_contentpage_whatsapp_body.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Generated by Django 4.1.10 on 2024-02-01 13:02

import django.core.validators
from django.db import migrations
import home.models
import wagtail.blocks
import wagtail.documents.blocks
import wagtail.fields
import wagtail.images.blocks
from django.db import migrations

import home.models


class Migration(migrations.Migration):
Expand Down

0 comments on commit 1f47ea3

Please sign in to comment.