forked from Techsystech/web
[FIX] Flake8
parent
4a373505e7
commit
74ce084067
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# OpenERP, Open Source Management Solution
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from openerp import models, fields, api
|
||||
|
||||
|
||||
|
|
|
@ -52,4 +52,3 @@ class WebShortcut(models.Model):
|
|||
}
|
||||
)
|
||||
return res
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from . import test_web_shortcut
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from openerp.tests.common import HttpCase, TransactionCase
|
||||
# -*- coding: utf-8 -*-
|
||||
from openerp.tests.common import TransactionCase
|
||||
|
||||
|
||||
class TestWebShortcut(TransactionCase):
|
||||
|
|
Loading…
Reference in New Issue