去掉redis等不相关需要的引用

This commit is contained in:
jinling.yang
2022-10-13 17:00:19 +08:00
parent 7e98d35f14
commit 5a0a727e8c

View File

@@ -1,13 +1,10 @@
# -*- coding: utf-8 -*-
import json
import logging
import base64
import datetime
import time
import hashlib
from odoo import fields, models, api
from odoo.http import request, AuthenticationError
import redis
__author__ = 'jinling.yang'