Browse Source

[FIX] flake8

pull/163/head
Holger Brunn 7 years ago
parent
commit
641217aa40
No known key found for this signature in database GPG Key ID: 1C9760FECA3AE18
  1. 1
      website_mail_qweb/controllers/main.py
  2. 1
      website_mail_qweb/tests/test_website_mail_qweb.py

1
website_mail_qweb/controllers/main.py

@ -4,7 +4,6 @@
from openerp.addons.website_mail.controllers.email_designer import\
WebsiteEmailDesigner
from openerp import http
from openerp.http import request
class UnquoteObject(str):

1
website_mail_qweb/tests/test_website_mail_qweb.py

@ -2,7 +2,6 @@
# © 2017 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp.tests.common import HttpCase
from ..controllers.main import Main
class TestWebsiteMailQweb(HttpCase):

Loading…
Cancel
Save