fix: remove unnecessary imports

This commit is contained in:
Rucha Mahabal 2021-07-25 21:34:51 +05:30
parent 5f0edca3f3
commit c1bb4eec9c

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