提交 d3047448 编写于 作者: B barriery

fix codestyle

上级 8da2f132
...@@ -581,4 +581,3 @@ Take imdb model ensemble as an example: ...@@ -581,4 +581,3 @@ Take imdb model ensemble as an example:
```shell ```shell
curl -X POST -k http://localhost:8080/v1/example/echo -d '{"key": ["words"], "value": ["i am very sad | 0"]}' curl -X POST -k http://localhost:8080/v1/example/echo -d '{"key": ["words"], "value": ["i am very sad | 0"]}'
``` ```
...@@ -578,4 +578,3 @@ go build <filename>.go ...@@ -578,4 +578,3 @@ go build <filename>.go
```shell ```shell
curl -X POST -k http://localhost:8080/v1/example/echo -d '{"key": ["words"], "value": ["i am very sad | 0"]}' curl -X POST -k http://localhost:8080/v1/example/echo -d '{"key": ["words"], "value": ["i am very sad | 0"]}'
``` ```
...@@ -299,7 +299,6 @@ class DAGExecutor(object): ...@@ -299,7 +299,6 @@ class DAGExecutor(object):
sys.stderr.write(profile_str) sys.stderr.write(profile_str)
# add profile info into rpc_resp # add profile info into rpc_resp
profile_value = ""
if resp_channeldata.client_need_profile: if resp_channeldata.client_need_profile:
profile_set = resp_channeldata.profile_data_set profile_set = resp_channeldata.profile_data_set
profile_set.add(profile_str) profile_set.add(profile_str)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册