fix: add explicit type annotations to service methods

Add Optional type annotations to nullable parameters in service methods
to fix architecture validation warnings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-13 14:51:10 +01:00
parent 2f770709fd
commit 5778bdaa69
4 changed files with 10 additions and 13 deletions

View File

@@ -453,7 +453,7 @@ class VendorService:
vendor.vendor_code, product.marketplace_product_id
)
# Create vendor -product association
# Create vendor-product association
new_product = Product(
vendor_id=vendor.id,
marketplace_product_id=marketplace_product.id,