mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Flake8
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user