Browse Source

[FIX] flake8

pull/392/head
Holger Brunn 8 years ago
parent
commit
b51ee32c09
  1. 2
      mail_follower_custom_notification/models/base_patch_models_mixin.py

2
mail_follower_custom_notification/models/base_patch_models_mixin.py

@ -2,7 +2,7 @@
# © 2016 Therp BV <http://therp.nl>
# 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__)

Loading…
Cancel
Save