提交 a94e8060 编写于 作者: B barrierye

fix operator

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