Browse Source

[FIX] PEP8 Double blank at end eof

pull/39/head
PabloCM 9 years ago
parent
commit
34dfa313d5
  1. 1
      pos_pricelist/models/point_of_sale.py

1
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
Loading…
Cancel
Save