fix: linter issues
diff --git a/erpnext/manufacturing/doctype/work_order/work_order.py b/erpnext/manufacturing/doctype/work_order/work_order.py
index 36dae99..0090f4d 100644
--- a/erpnext/manufacturing/doctype/work_order/work_order.py
+++ b/erpnext/manufacturing/doctype/work_order/work_order.py
@@ -1011,8 +1011,7 @@
 
 	work_order = frappe.get_doc("Work Order", work_order)
 	if work_order.get("operations"):
-
-		job_cards = frappe.get_list("Job Card", 
+		job_cards = frappe.get_list("Job Card",
 			filters={
 				"work_order": work_order.name,
 				"status": "Work In Progress"