diff options
author | Patrick Maia <patrickjourdanmaia@gmail.com> | 2015-02-03 21:31:49 +0000 |
---|---|---|
committer | Patrick Maia <patrickjourdanmaia@gmail.com> | 2015-02-03 21:36:28 +0000 |
commit | 2339122f533c8467d16709b35592f77915c72c16 (patch) | |
tree | 4bb91d9ff5c0ce45b164474362a72afea39097f4 | |
parent | ceecfba3dda1bb77de0836ea353f635988702b7e (diff) |
removes unused imports
-rw-r--r-- | service/pixelated/resources/mails_resource.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/service/pixelated/resources/mails_resource.py b/service/pixelated/resources/mails_resource.py index 714a68c2..68d0246a 100644 --- a/service/pixelated/resources/mails_resource.py +++ b/service/pixelated/resources/mails_resource.py @@ -1,11 +1,9 @@ import json from pixelated.adapter.model.mail import InputMail -from pixelated.resources import respond_json, respond_json_deferred -from twisted.web import server +from pixelated.resources import respond_json from twisted.web.resource import Resource from leap.common.events import ( register, - unregister, events_pb2 as proto ) |