From f3f6237e6dbaec990c939bc9ce391492e6d71715 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Wed, 3 Apr 2019 18:16:24 -0700 Subject: [PATCH] Wrap long line --- bazel/grpc_python_deps.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazel/grpc_python_deps.bzl b/bazel/grpc_python_deps.bzl index 2f1fb02aff4..ec3df19e03a 100644 --- a/bazel/grpc_python_deps.bzl +++ b/bazel/grpc_python_deps.bzl @@ -11,5 +11,6 @@ def grpc_python_deps(): pip_install() py_proto_repositories() else: - print("Building python gRPC with bazel 23.0+ is disabled pending resolution of https://github.com/grpc/grpc/issues/18256.") + print("Building Python gRPC with bazel 23.0+ is disabled pending " + + "resolution of https://github.com/grpc/grpc/issues/18256.")