summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/tag_service.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-10-14 17:59:28 +0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-10-14 18:01:00 +0200
commit4ddf0754fad765eb2fd31af710de9ae03f643c8a (patch)
tree714c298e3a87303a6a3dd22d21f6bc2c0344c712 /service/pixelated/adapter/tag_service.py
parentcd4dffcfcb3f7473913e2b50571a182689efeedc (diff)
Indexing mails when (un)marking as read and fixing tags count
Diffstat (limited to 'service/pixelated/adapter/tag_service.py')
-rw-r--r--service/pixelated/adapter/tag_service.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/pixelated/adapter/tag_service.py b/service/pixelated/adapter/tag_service.py
index 0a8a1b68..fa70231e 100644
--- a/service/pixelated/adapter/tag_service.py
+++ b/service/pixelated/adapter/tag_service.py
@@ -31,4 +31,3 @@ class TagService:
if not cls.instance:
cls.instance = TagService()
return cls.instance
-