Browse Source

🌈 unnecessary UTF-8 coding deleted

pull/165/head
rusllan 6 years ago
committed by Ivan Yelizariev
parent
commit
a69c343838
  1. 1
      mailgun/__manifest__.py
  2. 2
      mailgun/models/__init__.py
  3. 1
      mailgun/models/ir_config_parameter.py
  4. 1
      mailgun/models/mail_thread.py

1
mailgun/__manifest__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{

2
mailgun/models/__init__.py

@ -1,4 +1,2 @@
# -*- coding: utf-8 -*-
from . import mail_thread
from . import ir_config_parameter

1
mailgun/models/ir_config_parameter.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import requests
import simplejson

1
mailgun/models/mail_thread.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import requests
from odoo import models, api

Loading…
Cancel
Save