commit | de2eba0d98409083c43affb485f4a44241e79b87 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Mon Sep 25 22:01:07 2023 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Fri Dec 01 16:42:15 2023 +0530 |
tree | aee813aef7592f7d952c300ca8e4b0a233896d06 | |
parent | 705ef4f5a31aac60ac879adecbede33ffd573588 [diff] |
chore: remove unwanted code
diff --git a/erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.py b/erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.py index accc8a9..950d5af 100644 --- a/erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.py +++ b/erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.py
@@ -66,7 +66,6 @@ cur_node = root_node period_list = deque([root_node]) - periods = [] while period_list: cur_node = period_list.popleft() cur_node_index = len(self.btree) - 1 @@ -97,7 +96,6 @@ cur_node = root_node period_list = [root_node] - periods = [] while period_list: cur_node = period_list.pop() cur_node_index = len(self.btree) - 1