Skip to content

Commit cae21af

Browse files
committed
remove commented-out line from model
1 parent 4189146 commit cae21af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/allocation/domain/model.py

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

3029

0 commit comments

Comments
 (0)