summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-09-17 11:14:58 -0300
committerDuda Dornelles <ddornell@thoughtworks.com>2014-09-17 11:14:58 -0300
commitcbccec7c97140b68b000ad0d0f31bb6c43310bca (patch)
treec841730196b441ed1d8f587df08e2e58693ef054
parentada6b76cb6a75904f83318f07d0299673fe518c0 (diff)
ooh god pep8...
-rw-r--r--service/pixelated/adapter/pixelated_mailboxes.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/service/pixelated/adapter/pixelated_mailboxes.py b/service/pixelated/adapter/pixelated_mailboxes.py
index 8a01f26f..b5cac602 100644
--- a/service/pixelated/adapter/pixelated_mailboxes.py
+++ b/service/pixelated/adapter/pixelated_mailboxes.py
@@ -3,8 +3,6 @@ from pixelated.adapter.pixelated_mailbox import PixelatedMailbox
class PixelatedMailBoxes():
-
-
def __init__(self, account):
self.account = account
@@ -45,5 +43,3 @@ class PixelatedMailBoxes():
def mailbox_exists(self, name):
return name.upper() in map(lambda x: x.upper(), self.account.mailboxes)
-
-