Commit df403820 authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_maileva_connector: Make code style test happy

parent 29ada26d
Pipeline #37899 running with stage
in 0 seconds
from zExceptions import Unauthorized
if REQUEST is not None:
raise Unauthorized
raise Unauthorized
connector = context.getResourceValue()
connector.processResponse(response, context.getObject(), failed)
from zExceptions import Unauthorized
if REQUEST is not None:
raise Unauthorized
raise Unauthorized
connector = context.getResourceValue()
connector.submitRequest(context)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment