解决coding扫描代码报错问题
This commit is contained in:
@@ -13,10 +13,6 @@ _logger = logging.getLogger(__name__)
|
||||
class AuthenticationError(Exception):
|
||||
pass
|
||||
|
||||
class AuthenticationError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class Http(models.AbstractModel):
|
||||
_inherit = 'ir.http'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#import cpca
|
||||
import cpca
|
||||
import logging
|
||||
import base64
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user