We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66ccde commit a734652Copy full SHA for a734652
1 file changed
src/allocation/model.py
@@ -23,7 +23,6 @@ def allocate(self, line: OrderLine) -> str:
23
return batch.reference
24
except StopIteration:
25
self.events.append(events.OutOfStock(line.sku))
26
- # raise exceptions.OutOfStock(f'Out of stock for sku {line.sku}')
27
return None
28
29
0 commit comments