From cbb0a5ce645477f41ae83337cc969e4beb30e9ec Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 22 Feb 2021 16:30:24 +0800 Subject: [PATCH] Merge pull request #1053 from HexToString/fix_encoding_bug delete unused code --- python/examples/pipeline/ocr/pipeline_http_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/pipeline/ocr/pipeline_http_client.py b/python/examples/pipeline/ocr/pipeline_http_client.py index 48780599..99522714 100644 --- a/python/examples/pipeline/ocr/pipeline_http_client.py +++ b/python/examples/pipeline/ocr/pipeline_http_client.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from paddle_serving_server.pipeline import PipelineClient +# from paddle_serving_server.pipeline import PipelineClient import numpy as np import requests import json -- GitLab