From 9743c50419de97bc8cfc2b6ff66c84301fb38fbf Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 19 Apr 2019 15:46:30 +0530 Subject: [PATCH] fix: Remove unused import --- frappe/email/doctype/auto_email_report/auto_email_report.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/email/doctype/auto_email_report/auto_email_report.py b/frappe/email/doctype/auto_email_report/auto_email_report.py index 982ab0bed1..b06d3f7dfe 100644 --- a/frappe/email/doctype/auto_email_report/auto_email_report.py +++ b/frappe/email/doctype/auto_email_report/auto_email_report.py @@ -5,7 +5,6 @@ from __future__ import unicode_literals import calendar -import json from datetime import timedelta import frappe