优化wrong-import-order问题

This commit is contained in:
mgw
2023-11-20 12:42:48 +08:00
parent d2899fe38e
commit a606cbfc6d
4 changed files with 19 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
import base64
import json
import requests
from datetime import datetime, timedelta
import requests
from odoo import models, fields, api, _
from odoo.exceptions import UserError, ValidationError