remove unneeded imports
This commit is contained in:
parent
602da44765
commit
73107ec873
@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import sys
|
# note that this needs the notmuch python bindings. For more info see:
|
||||||
import json
|
# http://notmuchmail.org/howto/#index4h2
|
||||||
from datetime import datetime,timedelta
|
|
||||||
import notmuch
|
import notmuch
|
||||||
|
import json
|
||||||
|
|
||||||
class NotmuchMailChecker(object):
|
class NotmuchMailChecker(object):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user