解决coding扫描代码报错问题

This commit is contained in:
qihao.gong@jikimo.com
2023-04-25 14:42:34 +08:00
parent 070f13a1c4
commit 438628ce46
4 changed files with 6 additions and 10 deletions

View File

@@ -13,10 +13,6 @@ _logger = logging.getLogger(__name__)
class AuthenticationError(Exception):
pass
class AuthenticationError(Exception):
pass
class Http(models.AbstractModel):
_inherit = 'ir.http'

View File

@@ -1,4 +1,4 @@
#import cpca
import cpca
import logging
import base64
import requests