Skip to content

Commit

Permalink
resolve flake build error
Browse files Browse the repository at this point in the history
  • Loading branch information
anandmatt committed Dec 12, 2023
1 parent 1bb4242 commit afe7453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/involvement/forms/application_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ def clean_status(self):
and status == 'draft'):
raise forms.ValidationError(_('The submitted status was invalid.'))
return status

0 comments on commit afe7453

Please sign in to comment.