Skip to content
Snippets Groups Projects
Commit e538baec authored by Erin Mullaney's avatar Erin Mullaney
Browse files

#805 pep8

parent 1b6ec736
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,6 @@ class ScreeningSubmissionView(DelegatedViewMixin, UpdateView):
context_name = 'screening_form'
def form_valid(self, form):
screening_status = form.cleaned_data.get('screening_status')
old = copy(self.get_object())
response = super().form_valid(form)
# Record activity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment