commit | 6bca87ddb9c39cd18abb30bc1b9f4cb5f07b451c | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Sun Jul 25 21:34:51 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Sun Jul 25 21:34:51 2021 +0530 |
tree | 3931fd9b994e87b1247b38eb17c9771222a2715f | |
parent | 475d856d6681bebd2586754b0c081735952e841e [diff] |
fix: remove unnecessary imports
diff --git a/erpnext/utilities/hierarchy_chart.py b/erpnext/utilities/hierarchy_chart.py index 22d3f28..fb58a5d 100644 --- a/erpnext/utilities/hierarchy_chart.py +++ b/erpnext/utilities/hierarchy_chart.py
@@ -3,9 +3,7 @@ from __future__ import unicode_literals import frappe -import os from frappe import _ -from frappe.utils.pdf import get_pdf @frappe.whitelist() def get_all_nodes(parent, parent_name, method, company):