Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 6a42190

Browse files
committed
[FIX]fix flake8
1 parent 8013300 commit 6a42190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_configurator/models/product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def write(self, vals):
332332

333333
@api.multi
334334
def _get_possible_combinations(self, parent_combination=None,
335-
necessary_values=None):
335+
necessary_values=None):
336336
self.ensure_one()
337337
if not self.active:
338338
return _(

0 commit comments

Comments
 (0)