From f5cf1b81e750dee60f476d027117a10d25248110 Mon Sep 17 00:00:00 2001 From: oihane Date: Mon, 20 Oct 2014 09:18:43 +0200 Subject: [PATCH] [FIX] Flake8 failing fixed --- stock_inventory_preparation_filters/models/stock_inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_preparation_filters/models/stock_inventory.py b/stock_inventory_preparation_filters/models/stock_inventory.py index 0812a7220..82b31963d 100644 --- a/stock_inventory_preparation_filters/models/stock_inventory.py +++ b/stock_inventory_preparation_filters/models/stock_inventory.py @@ -137,7 +137,7 @@ class StockInventory(orm.Model): 'product_code': product_code, 'product_qty': tmp_lines[product_code], 'inventory_id': inventory.id, - }, context=context) + }, context=context) vals += values else: vals = super(StockInventory, self)._get_inventory_lines(