diff --git a/frappe/tests/test_query_report.py b/frappe/tests/test_query_report.py index 2dc9071dea..688285b062 100644 --- a/frappe/tests/test_query_report.py +++ b/frappe/tests/test_query_report.py @@ -7,14 +7,7 @@ import os import frappe import frappe.utils from frappe.core.doctype.doctype.test_doctype import new_doctype -from frappe.desk.query_report import ( - build_xlsx_data, - export_query, - generate_report_result, - get_data_for_custom_field, - get_data_for_custom_report, - run, -) +from frappe.desk.query_report import build_xlsx_data, export_query, run from frappe.tests.ui_test_helpers import create_doctype from frappe.tests.utils import FrappeTestCase from frappe.utils.xlsxutils import make_xlsx