From 2b3f7eb10551235737cba3c5e0ab109cfaa6d030 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 6 Mar 2018 16:07:03 +0000
Subject: [PATCH] Remove the incorrect form reference

---
 opentech/apply/funds/models.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py
index 975199d7d..26f816856 100644
--- a/opentech/apply/funds/models.py
+++ b/opentech/apply/funds/models.py
@@ -36,10 +36,9 @@ from opentech.apply.stream_forms.blocks import UploadableMediaBlock
 from opentech.apply.stream_forms.models import AbstractStreamForm
 from opentech.apply.users.groups import STAFF_GROUP_NAME
 
+from .admin_forms import WorkflowFormAdminForm
 from .blocks import CustomFormFieldsBlock, MustIncludeFieldBlock, REQUIRED_BLOCK_NAMES
 from .edit_handlers import FilteredFieldPanel, ReadOnlyPanel, ReadOnlyInlinePanel
-from .admin_forms import WorkflowFormAdminForm
-from .forms import WorkflowFormAdminForm
 from .workflow import SingleStage, DoubleStage, active_statuses
 
 
-- 
GitLab