From 6b427705be3f5821798bfc78bb789ff1d866ecd2 Mon Sep 17 00:00:00 2001 From: Saif Ur Rehman Date: Thu, 18 Apr 2019 19:25:17 +0500 Subject: [PATCH] fix: codacy --- frappe/modules/export_file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/modules/export_file.py b/frappe/modules/export_file.py index 19e4f0c680..b904132530 100644 --- a/frappe/modules/export_file.py +++ b/frappe/modules/export_file.py @@ -6,7 +6,6 @@ from __future__ import unicode_literals import frappe, os import frappe.model from frappe.modules import scrub, get_module_path, scrub_dt_dn -import json def export_doc(doc): export_to_files([[doc.doctype, doc.name]])