commit | 3c7b7721123bb2284a00f84f335a8ab1708831f5 | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Thu Jan 20 14:19:08 2022 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Thu Jan 20 14:19:08 2022 +0530 |
tree | d6b01d095320a86f6afb5201794baf57d1d1f9a3 | |
parent | a9ff1fc52e1be73fa0d4cbb415607d5d545c545c [diff] |
fix: Sider (unused imports) and Linter(add extra empty line)
diff --git a/erpnext/manufacturing/report/bom_operations_time/bom_operations_time.py b/erpnext/manufacturing/report/bom_operations_time/bom_operations_time.py index 0bed46a..eda9eb9 100644 --- a/erpnext/manufacturing/report/bom_operations_time/bom_operations_time.py +++ b/erpnext/manufacturing/report/bom_operations_time/bom_operations_time.py
@@ -4,8 +4,7 @@ import frappe from frappe import _ -from frappe.model.meta import get_field_precision -from frappe.utils import flt + def execute(filters=None): data = get_data(filters)