mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
fix: removed unused import
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
import frappe
|
||||||
from frappe import _
|
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.utils import get_fiscal_year
|
||||||
from erpnext.accounts.doctype.tax_withholding_category.tax_withholding_category \
|
from erpnext.accounts.doctype.tax_withholding_category.tax_withholding_category \
|
||||||
import get_advance_vouchers, get_debit_note_amount
|
import get_advance_vouchers, get_debit_note_amount
|
||||||
|
|||||||
Reference in New Issue
Block a user