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)