Skip to content

Commit

Permalink
[IMP] website_sale_product_assortment: delete empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablocce committed Nov 7, 2024
1 parent a249a20 commit 66786a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def _get_products_allowed(self):
no_restriction_assortments = any(
assortment.website_availability == "no_show" for assortment in assortments
)

assortment_restriction = False
allowed_product_ids = set()

Expand Down

0 comments on commit 66786a9

Please sign in to comment.