From e245158f683371d7f9214dafb6a1b08f479f83e1 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Wed, 10 Feb 2016 10:03:24 +0100 Subject: [PATCH] [FIX] flake8 --- .../models/base_patch_models_mixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_follower_custom_notification/models/base_patch_models_mixin.py b/mail_follower_custom_notification/models/base_patch_models_mixin.py index 0107f4fc..21ea5e68 100644 --- a/mail_follower_custom_notification/models/base_patch_models_mixin.py +++ b/mail_follower_custom_notification/models/base_patch_models_mixin.py @@ -2,7 +2,7 @@ # © 2016 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). import logging -from openerp import SUPERUSER_ID, models +from openerp import models _logger = logging.getLogger(__file__)