mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-10 00:19:00 +00:00
removed unnecessary imports
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
# add additional columns
|
||||
from __future__ import unicode_literals
|
||||
from webnotes.utils import flt, cint, cstr
|
||||
from webnotes.utils import flt
|
||||
|
||||
cl = [c[0] for c in sql("""select distinct account_head
|
||||
from `tabSales Taxes and Charges`
|
||||
|
||||
Reference in New Issue
Block a user