From f26be2a3035ff2a5153ed1e02a4d68a3b7470977 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Thu, 2 May 2024 17:42:33 +0530 Subject: [PATCH] Revert "fix(supplier): add back import that got removed by ruff" --- erpnext/buying/doctype/supplier/supplier.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/erpnext/buying/doctype/supplier/supplier.py b/erpnext/buying/doctype/supplier/supplier.py index b472f59a650..0df17fdd4b9 100644 --- a/erpnext/buying/doctype/supplier/supplier.py +++ b/erpnext/buying/doctype/supplier/supplier.py @@ -15,14 +15,9 @@ from erpnext.accounts.party import ( get_dashboard_info, validate_party_accounts, ) -from erpnext.accounts.party import ( - get_timeline_data as get_party_timeline_data, -) from erpnext.controllers.website_list_for_contact import add_role_for_portal_user from erpnext.utilities.transaction_base import TransactionBase -get_timeline_data = get_party_timeline_data - class Supplier(TransactionBase): # begin: auto-generated types