chore: code cleanup
This commit is contained in:
parent
34cd943556
commit
0c2c6f2aec
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue