From 01400db98b5f6618d5e13ed2ac47bca11f9163ca Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 19 Dec 2017 09:35:13 +0000 Subject: [PATCH] Add annotation for submission variable --- opentech/apply/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/views.py b/opentech/apply/views.py index 96cc77207..f5ec9072c 100644 --- a/opentech/apply/views.py +++ b/opentech/apply/views.py @@ -9,7 +9,7 @@ workflows = [SingleStage, DoubleStage] logs = [] -submission = {} +submission: dict = {} class BasicSubmissionForm(forms.Form): -- GitLab