diff --git a/hypha/apply/funds/tests/test_models.py b/hypha/apply/funds/tests/test_models.py index 53b64b21a96fbbd99f1aa1ba2eabb628bbfdac86..21854cea4686103ab879afff71d645ff74f4c996 100644 --- a/hypha/apply/funds/tests/test_models.py +++ b/hypha/apply/funds/tests/test_models.py @@ -10,6 +10,7 @@ from django.core.exceptions import ValidationError from django.test import TestCase, override_settings from django.urls import reverse from django.utils.translation import gettext_lazy + from hypha.apply.funds.blocks import EmailBlock, FullNameBlock from hypha.apply.funds.models import ApplicationSubmission, Reminder from hypha.apply.funds.workflow import Request