修改coding代码扫描警告

This commit is contained in:
qihao.gong@jikimo.com
2023-11-27 17:08:11 +08:00
parent 964618d365
commit c78ea6fbe5
15 changed files with 24 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import base64
from odoo import api, fields, models, SUPERUSER_ID, _
from odoo import api, fields, models, _
from odoo.exceptions import UserError