Skip to content

Commit

Permalink
🌈 mail_to: UTF-8 coding is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ommo73 committed Oct 25, 2019
1 parent 2d3c710 commit 980effc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mail_to/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import mail_message
1 change: 0 additions & 1 deletion mail_to/models/mail_message.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).
from odoo import models, api
Expand Down

0 comments on commit 980effc

Please sign in to comment.