buildifier format

This commit is contained in:
Jan Tattermusch 2020-01-07 04:28:13 -05:00
parent 69f990673f
commit 27cdec0041
5 changed files with 6 additions and 6 deletions

View File

@ -43,8 +43,8 @@ py_binary(
deps = [
":hash_name_py_pb2",
":hash_name_py_pb2_grpc",
"@six//:six",
"//src/python/grpcio/grpc:grpcio",
"@six",
],
)

View File

@ -33,7 +33,7 @@ py_library(
name = "future",
srcs = ["future.py"],
deps = [
"@six//:six",
"@six",
],
)
@ -58,6 +58,6 @@ py_library(
name = "stream",
srcs = ["stream.py"],
deps = [
"@six//:six",
"@six",
],
)

View File

@ -102,10 +102,10 @@ py_library(
":resources",
":test_common",
":thread_pool",
"@six//:six",
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_tests/tests/testing",
"//src/python/grpcio_tests/tests/unit/framework/common",
"@six",
],
)
for test_file_name in GRPCIO_TESTS_UNIT

View File

@ -22,11 +22,11 @@ py_binary(
srcs = ["server.py"],
python_version = "PY3",
deps = [
"@six//:six",
"//src/proto/grpc/testing:benchmark_service_py_pb2",
"//src/proto/grpc/testing:benchmark_service_py_pb2_grpc",
"//src/proto/grpc/testing:py_messages_proto",
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_tests/tests/unit/framework/common",
"@six",
],
)

View File

@ -58,12 +58,12 @@ py_library(
":_constants",
":_test_base",
":_test_server",
"@six//:six",
"//src/proto/grpc/testing:benchmark_service_py_pb2",
"//src/proto/grpc/testing:benchmark_service_py_pb2_grpc",
"//src/proto/grpc/testing:py_messages_proto",
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_tests/tests/unit/framework/common",
"@six",
],
)
for test_file_name in GRPC_ASYNC_TESTS