Browse Source

flake8

pull/189/head
Stéphane Bidoul 9 years ago
parent
commit
6b07bfc68c
  1. 2
      mis_builder/models/mis_builder_style.py
  2. 8
      mis_builder/tests/test_mis_builder.py

2
mis_builder/models/mis_builder_style.py

@ -2,7 +2,7 @@
# © 2016 Therp BV SA/NV (<http://therp.nl>) # © 2016 Therp BV SA/NV (<http://therp.nl>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from openerp import api, fields, models, exceptions
from openerp import api, fields, models
class MisReportKpiStyle(models.Model): class MisReportKpiStyle(models.Model):

8
mis_builder/tests/test_mis_builder.py

@ -63,10 +63,10 @@ class TestMisBuilder(common.TransactionCase):
'name': u'today', 'name': u'today',
}], }],
}, },
{'kpi_name': '',
'cols': [{'colspan': 1,
'name': '',
}],
{'kpi_name': '',
'cols': [{'colspan': 1,
'name': '',
}],
}, },
], ],
}, data) }, data)
Loading…
Cancel
Save