refactor: Remove dead code (#30140)

This commit is contained in:
Chillar Anand
2022-03-09 17:16:05 +05:30
committed by GitHub
parent b1c8a4543d
commit fe4b6771b5
5 changed files with 1 additions and 7 deletions

View File

@@ -1,14 +1,12 @@
# Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
import frappe
from frappe import _
from frappe.utils import flt
def execute(filters=None):
columns, data = [], []
data = get_data(filters)
columns = get_columns()
charts = get_chart_data(data)