3
0
Fork 0

[FIX] Flake8

9.0
tarteo 2017-02-24 10:05:29 +01:00
parent 74ce084067
commit f845a46ea8
4 changed files with 3 additions and 5 deletions

View File

@ -39,5 +39,3 @@
'auto_install': False,
'license': 'AGPL-3',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from openerp import models, fields, api
from openerp import models, api
class IrUiView(models.Model):