From 2af2002431e2ebf330273823c47e1b154e28ad89 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Wed, 6 Aug 2025 09:56:39 +0530 Subject: [PATCH] chore: resolve linting issue --- .../v15_0/repost_gl_entries_with_no_account_subcontracting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py b/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py index 1c7d1cc471a..0bb47973194 100644 --- a/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py +++ b/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py @@ -29,4 +29,4 @@ def execute(): if docs: cancel_incorrect_gl_entries([d.name for d in docs]) - recreate_gl_entries([d.voucher_no for d in docs]) \ No newline at end of file + recreate_gl_entries([d.voucher_no for d in docs])