Skip to content

Commit a49b85c

Browse files
committed
Add missing import
1 parent 2cd1361 commit a49b85c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgresqleu/confreg/mail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from django.http import Http404, HttpResponse, HttpResponseRedirect
55
from django.contrib import messages
66
from django.utils import timezone
7+
from django.forms.utils import ErrorDict
78

89

910
from postgresqleu.util.db import exec_to_dict, exec_to_scalar, exec_no_result

0 commit comments

Comments
 (0)