summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/pixelated/resources/mails_resource.py4
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
)