fix: remove unnecessary imports

This commit is contained in:
Rucha Mahabal 2021-07-25 21:34:51 +05:30
parent 475d856d66
commit 6bca87ddb9

View File

@ -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):