forked from Techsystech/web
[FIX] Flake8
parent
74ce084067
commit
f845a46ea8
|
@ -39,5 +39,3 @@
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from openerp import models, fields, api
|
from openerp import models, api
|
||||||
|
|
||||||
|
|
||||||
class IrUiView(models.Model):
|
class IrUiView(models.Model):
|
||||||
|
|
Loading…
Reference in New Issue