Skip to content

Commit

Permalink
Placate PEP8 for one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Jul 14, 2016
1 parent abe80c3 commit 2d96a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion popular_proposal/forms/forms.py
Expand Up @@ -211,7 +211,8 @@ def save(self, *args, **kwargs):
'site': site,

}
send_mail(mail_context, 'popular_proposal_moderation', to=[self.temporary_data.proposer.email])
send_mail(mail_context, 'popular_proposal_moderation',
to=[self.temporary_data.proposer.email])
return self.temporary_data


Expand Down

0 comments on commit 2d96a9c

Please sign in to comment.