mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
python: remove unused import of the json module
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
b9520ef033
commit
5bc5471c54
1 changed files with 0 additions and 4 deletions
|
@ -41,10 +41,6 @@ from .tag import Tags
|
||||||
from .filenames import Filenames
|
from .filenames import Filenames
|
||||||
|
|
||||||
import email
|
import email
|
||||||
try:
|
|
||||||
import simplejson as json
|
|
||||||
except ImportError:
|
|
||||||
import json
|
|
||||||
|
|
||||||
|
|
||||||
class Message(Python3StringMixIn):
|
class Message(Python3StringMixIn):
|
||||||
|
|
Loading…
Reference in a new issue