From be3c69d1f04795f300cfd57fb2d6ecc1f5cc5d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=ADaz?= Date: Mon, 23 Mar 2020 02:39:25 +0100 Subject: [PATCH] [MIG] web_timeline: Finish migration to 13.0 --- web_notify/tests/test_res_users.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web_notify/tests/test_res_users.py b/web_notify/tests/test_res_users.py index d04422457..ba11546ee 100644 --- a/web_notify/tests/test_res_users.py +++ b/web_notify/tests/test_res_users.py @@ -2,8 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import json - -import mock +from unittest import mock from odoo import exceptions from odoo.tests import common