diff options
author | Roberto Soares <roberto.tech@gmail.com> | 2015-04-09 16:48:01 -0300 |
---|---|---|
committer | Roberto Soares <roberto.tech@gmail.com> | 2015-04-09 16:48:01 -0300 |
commit | 6617b24ae00490cf86282147b732cfa31de127fb (patch) | |
tree | 36bd341bf0ef108a96731196d914e86b43900569 | |
parent | e6931bed853a798acaced4ae92985866b2a32691 (diff) |
pepa8, adding extra blank line
-rw-r--r-- | service/pixelated/resources/mails_resource.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/pixelated/resources/mails_resource.py b/service/pixelated/resources/mails_resource.py index bb9297f2..3822abd3 100644 --- a/service/pixelated/resources/mails_resource.py +++ b/service/pixelated/resources/mails_resource.py @@ -52,6 +52,7 @@ class MailsDeleteResource(Resource): self._mail_service.delete_mail(ident) return respond_json(None, request) + class MailsRecoverResource(Resource): isLeaf = True |