From e49d747bddb3f484204f1868f70740a4922617fd Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Mon, 3 Sep 2018 16:07:55 +0200 Subject: [PATCH] fixup! base_cron_oneshot: improve, document, test --- base_cron_oneshot/tests/test_cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_cron_oneshot/tests/test_cron.py b/base_cron_oneshot/tests/test_cron.py index 6dc108d9d..598a1922a 100644 --- a/base_cron_oneshot/tests/test_cron.py +++ b/base_cron_oneshot/tests/test_cron.py @@ -1,6 +1,6 @@ # Copyright (C) 2018 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -# pylint disable=anomalous-backslash-in-string +# pylint: disable=anomalous-backslash-in-string from odoo import api from odoo.tests import common