style: remove whitespace (#38388)

To make the linter happy
This commit is contained in:
Raffael Meyer
2023-11-28 10:52:35 +01:00
committed by GitHub
parent 3929cc30ca
commit 321ac4c5f0

View File

@@ -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: