fix(account_balance_timeline): remove unused import
This commit is contained in:
parent
0c896c38f8
commit
59c5a16037
@ -6,7 +6,7 @@ import frappe, json
|
|||||||
from frappe.utils import add_to_date, date_diff, getdate, nowdate, get_last_day
|
from frappe.utils import add_to_date, date_diff, getdate, nowdate, get_last_day
|
||||||
from erpnext.accounts.report.general_ledger.general_ledger import execute
|
from erpnext.accounts.report.general_ledger.general_ledger import execute
|
||||||
from frappe.core.page.dashboard.dashboard import cache_source, get_from_date_from_timespan
|
from frappe.core.page.dashboard.dashboard import cache_source, get_from_date_from_timespan
|
||||||
from frappe.desk.doctype.dashboard_chart.dashboard_chart import get_period_beginning, get_period_ending
|
from frappe.desk.doctype.dashboard_chart.dashboard_chart import get_period_ending
|
||||||
|
|
||||||
from frappe.utils.nestedset import get_descendants_of
|
from frappe.utils.nestedset import get_descendants_of
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user