From 0d1863f319866e355ad6af6c0b15e635e31ffeb9 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Mon, 8 Jan 2018 11:38:12 +0000
Subject: [PATCH] Ignore the typing in the page

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

diff --git a/opentech/apply/models.py b/opentech/apply/models.py
index 61dc1a6d2..37ef47cb0 100644
--- a/opentech/apply/models.py
+++ b/opentech/apply/models.py
@@ -48,7 +48,7 @@ class ApplyHomePage(Page, SocialFields, ListingFields):  # type: ignore
 
 class FundType(AbstractStreamForm):
     parent_page_types = [ApplyHomePage]
-    subpage_types = []
+    subpage_types = []  # type: ignore
 
     base_form_class = WorkflowFormAdminForm
     WORKFLOWS = {
-- 
GitLab