From d1d214ddee8460b21ae2002784c6659d38346b70 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Thu, 30 Jul 2026 19:18:07 +0530 Subject: [PATCH] chore: fix import order in item group tests --- erpnext/setup/doctype/item_group/test_item_group.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/setup/doctype/item_group/test_item_group.py b/erpnext/setup/doctype/item_group/test_item_group.py index b4a4a459248..82cb5c0ee40 100644 --- a/erpnext/setup/doctype/item_group/test_item_group.py +++ b/erpnext/setup/doctype/item_group/test_item_group.py @@ -1,7 +1,6 @@ # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # License: GNU General Public License v3. See license.txt import unittest - from unittest.mock import patch import frappe