fix: indentation

This commit is contained in:
kakde-sandeep 2025-02-01 20:15:32 +05:30
parent bf9e25e42e
commit e1feef71ff

View File

@ -479,8 +479,8 @@ def get_data(
"is_default": is_default,
"views": get_views(doctype),
"total_count": frappe.get_list(
doctype, filters=filters, fields="count(*) as count"
)[0].count,
doctype, filters=filters, fields="count(*) as count"
)[0].count,
"row_count": len(data),
"form_script": get_form_script(doctype),
"list_script": get_form_script(doctype, "List"),