diff --git a/opentech/apply/funds/models/applications.py b/opentech/apply/funds/models/applications.py index 0e4fffcc5a745427158fa511b7845c311569fa5c..e9aa7fe05c85db10f40eb0255d6b946cf4c690ff 100644 --- a/opentech/apply/funds/models/applications.py +++ b/opentech/apply/funds/models/applications.py @@ -21,7 +21,6 @@ from ..admin_forms import WorkflowFormAdminForm from ..edit_handlers import ReadOnlyPanel, ReadOnlyInlinePanel from .submissions import ApplicationSubmission -from .forms import RoundBaseForm from .utils import admin_url, EmailForm, SubmittableStreamForm, WorkflowStreamForm, LIMIT_TO_REVIEWERS, LIMIT_TO_STAFF @@ -174,7 +173,6 @@ class RoundBase(WorkflowStreamForm, SubmittableStreamForm): # type: ignore new_form.save() new_class.objects.create(round=self, form=new_form) - def get_submit_meta_data(self, **kwargs): return super().get_submit_meta_data( page=self.get_parent(),