From 91c0d093bdec1f659ff59f26743c1eb6edcd86a0 Mon Sep 17 00:00:00 2001 From: vam-google Date: Tue, 29 Oct 2019 17:03:50 -0700 Subject: [PATCH] Fix unnecessary dependency and add new line --- bazel/test/python_test_repo/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bazel/test/python_test_repo/BUILD b/bazel/test/python_test_repo/BUILD index f17243cd3f9..b548d89a55e 100644 --- a/bazel/test/python_test_repo/BUILD +++ b/bazel/test/python_test_repo/BUILD @@ -108,7 +108,6 @@ py_binary( name = "dummy_plugin", srcs = [":dummy_plugin.py"], deps = [ - "@com_github_grpc_grpc//src/python/grpcio/grpc/_cython:cygrpc", "@com_google_protobuf//:protobuf_python", ], -) \ No newline at end of file +)