diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py index 4de7e96b4ee36916e985ff728200a173511c1a95..f0b7c597932f2d8c5bf58ad04732221b75be08f6 100644 --- a/opentech/apply/funds/models.py +++ b/opentech/apply/funds/models.py @@ -228,12 +228,12 @@ class Round(SubmittableStreamForm): raise Http404() -class LabType(DefinableWorkflowStreamForm, SubmittableStreamForm): +class LabType(DefinableWorkflowStreamForm, SubmittableStreamForm): # type: ignore class Meta: verbose_name = _("Lab") parent_page_types = ['apply_home.ApplyHomePage'] - subpage_types = [] + subpage_types = [] # type: ignore def get_submit_meta_data(self, **kwargs): return super().get_submit_meta_data(