From 34dfa313d56a456217521daa99915d57308b7c3f Mon Sep 17 00:00:00 2001 From: PabloCM Date: Fri, 24 Jul 2015 11:13:15 +0200 Subject: [PATCH] [FIX] PEP8 Double blank at end eof --- pos_pricelist/models/point_of_sale.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pos_pricelist/models/point_of_sale.py b/pos_pricelist/models/point_of_sale.py index bb5c2e90..ab9b765b 100644 --- a/pos_pricelist/models/point_of_sale.py +++ b/pos_pricelist/models/point_of_sale.py @@ -56,4 +56,3 @@ class PosOrder(models.Model): for c in taxes: val += c.get('amount', 0.0) return val -