Skip to content

Commit c3be425

Browse files
committed
Import ImproperlyConfigured
Forgot to import this when adding it in my previous PR.
1 parent bfe54eb commit c3be425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wagtail_newsletter/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Any, Optional
22

3-
from django.core.exceptions import ValidationError
3+
from django.core.exceptions import ImproperlyConfigured, ValidationError
44
from django.db import models
55
from django.conf import settings
66
from django.http import HttpResponse

0 commit comments

Comments
 (0)