Fix unnecessary dependency and add new line

pull/20846/head
vam-google 5 years ago
parent 5d9eeb34fc
commit 91c0d093bd
  1. 3
      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",
],
)
)

Loading…
Cancel
Save