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