fix: removed unused import

This commit is contained in:
Afshan 2021-03-08 14:39:19 +05:30
parent fa932e2a3e
commit 1002e36c53

View File

@ -1,7 +1,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils import flt, getdate
from frappe.utils import flt
from erpnext.accounts.utils import get_fiscal_year
from erpnext.accounts.doctype.tax_withholding_category.tax_withholding_category \
import get_advance_vouchers, get_debit_note_amount