]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/message.py
python: remove unused import of the json module
[notmuch] / bindings / python / notmuch / message.py
index 0cac09c1c133cee415cc62125b8262f6c0182e25..bdbe5012bd0f175eb69fc36603722198a4fa72b6 100644 (file)
@@ -41,10 +41,6 @@ from .tag import Tags
 from .filenames import Filenames
 
 import email
-try:
-    import simplejson as json
-except ImportError:
-    import json
 
 
 class Message(Python3StringMixIn):