Skip to content

Commit 116614b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1c87b60 commit 116614b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/testapp/migrations/0004_alter_formpage_honeypot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Generated by Django 5.2.13 on 2026-04-20 16:05
22

3-
import wagtail_honeypot.models
43
from django.db import migrations, models
54

5+
import wagtail_honeypot.models
6+
67

78
class Migration(migrations.Migration):
89

0 commit comments

Comments
 (0)