diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py index 8e7dbf33dcef0509993769a5f73f533b317878ef..6aa04addfff2a37683791fc9ca4b427afc3e5fc2 100644 --- a/opentech/apply/funds/models.py +++ b/opentech/apply/funds/models.py @@ -120,7 +120,7 @@ class WorkflowHelpers(models.Model): return WORKFLOW_CLASS[cls.WORKFLOWS[name]] -class WorkflowStreamForm(WorkflowHelpers, AbstractStreamForm): +class WorkflowStreamForm(WorkflowHelpers, AbstractStreamForm): # type: ignore """ Defines the common methods and fields for working with Workflows within Wagtail pages """