Skip to content

Commit a734652

Browse files
committed
remove commented-out line from model
1 parent a66ccde commit a734652

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/allocation/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def allocate(self, line: OrderLine) -> str:
2323
return batch.reference
2424
except StopIteration:
2525
self.events.append(events.OutOfStock(line.sku))
26-
# raise exceptions.OutOfStock(f'Out of stock for sku {line.sku}')
2726
return None
2827

2928

0 commit comments

Comments
 (0)