提交 a94e8060 编写于 作者: B barrierye

fix operator

上级 447f33ce
......@@ -425,7 +425,6 @@ class RequestOp(Op):
super(RequestOp, self).__init__(
name="@G", input_ops=[], concurrency=concurrency)
# init op
self.concurrency_idx = concurrency_idx
try:
self.init_op()
except Exception as e:
......@@ -451,7 +450,6 @@ class ResponseOp(Op):
super(ResponseOp, self).__init__(
name="@R", input_ops=input_ops, concurrency=concurrency)
# init op
self.concurrency_idx = concurrency_idx
try:
self.init_op()
except Exception as e:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册