From c38f79edd60d04fb21f26b341d70cf13e41d8aae Mon Sep 17 00:00:00 2001 From: Shadrak Gurupnor <30501401+shadrak98@users.noreply.github.com> Date: Sat, 23 Jul 2022 19:23:05 +0530 Subject: [PATCH] style: Fix import order --- frappe/core/doctype/comment/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/comment/comment.py b/frappe/core/doctype/comment/comment.py index 36fcbe9bdd..02a5d2d58e 100644 --- a/frappe/core/doctype/comment/comment.py +++ b/frappe/core/doctype/comment/comment.py @@ -5,9 +5,9 @@ import json import frappe from frappe.database.schema import add_column from frappe.desk.notifications import notify_mentions -from frappe.model.utils import is_virtual_doctype from frappe.exceptions import ImplicitCommitError from frappe.model.document import Document +from frappe.model.utils import is_virtual_doctype from frappe.website.utils import clear_cache