Skip to content

Commit

Permalink
Correct flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed May 30, 2024
1 parent e14eb59 commit 1e73fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_picking_secondary_unit_demand/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_product_inventory_in_secondary_uom(self):
stock_secondary_uom_id = self.product_id.stock_secondary_uom_id
if not stock_secondary_uom_id:
demand_qty = 0.0
factor = (self._get_factor_line()
factor = (self._get_factor_line()
or self.product_id.stock_secondary_uom_id.factor or 1.0)
precision_rounding = (
self.product_id.stock_secondary_uom_id.uom_id.rounding
Expand Down

0 comments on commit 1e73fdc

Please sign in to comment.