From 321ac4c5f00904c2cec9057412b4eb93a88d9443 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:52:35 +0100 Subject: [PATCH] style: remove whitespace (#38388) To make the linter happy --- erpnext/manufacturing/doctype/job_card/job_card.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/job_card/job_card.py b/erpnext/manufacturing/doctype/job_card/job_card.py index 8b5e843c210..a5779fb299c 100644 --- a/erpnext/manufacturing/doctype/job_card/job_card.py +++ b/erpnext/manufacturing/doctype/job_card/job_card.py @@ -256,7 +256,7 @@ class JobCard(Document): count += 1 return count - + def get_workstation_based_on_available_slot(self, existing) -> Optional[str]: workstations = get_workstations(self.workstation_type) if workstations: