Skip to content

Commit

Permalink
Fix typo in BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Mar 27, 2019
1 parent b3d907d commit 85bcce2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/python/errors/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ py_library(
py_test(
name = "test/_error_handling_example_test",
srcs = ["test/_error_handling_example_test.py"],
data = [
deps = [
":client",
":server",
"//src/python/grpcio/grpc:grpcio",
"//examples:py_helloworld",
"//src/python/grpcio_tests/tests:bazel_namespace_package_hack",
],
size = "small",
Expand Down

0 comments on commit 85bcce2

Please sign in to comment.