Browse Source

[FIX] flake8

pull/129/head
Sylvain LE GAL 8 years ago
parent
commit
8fee7d5009
  1. 2
      barcodes_generate/models/barcode_rule.py

2
barcodes_generate/models/barcode_rule.py

@ -4,7 +4,7 @@
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import models, fields, api, _
from openerp import models, fields, api, _, exceptions
_GENERATE_TYPE = [
('no', 'No generation'),

Loading…
Cancel
Save