From e1feef71ff62bf483a977a9b60060a0407a4a381 Mon Sep 17 00:00:00 2001 From: kakde-sandeep Date: Sat, 1 Feb 2025 20:15:32 +0530 Subject: [PATCH] fix: indentation --- crm/api/doc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crm/api/doc.py b/crm/api/doc.py index e0e68b05..43b6ed52 100644 --- a/crm/api/doc.py +++ b/crm/api/doc.py @@ -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"),