From e09236987c2a7c98d4bdb2046df527a3233609f3 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 11 Oct 2016 10:33:20 +0200 Subject: [PATCH] flake8 fix --- stock_inventory_revaluation/models/product.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock_inventory_revaluation/models/product.py b/stock_inventory_revaluation/models/product.py index f2910a001..54f6c236f 100644 --- a/stock_inventory_revaluation/models/product.py +++ b/stock_inventory_revaluation/models/product.py @@ -53,4 +53,3 @@ class ProductTemplate(models.Model): }) reval.post() return True -