From 31bc04bf93d555f8a9842c0ba2d3d243c4ac6cd4 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Mon, 13 Mar 2023 13:29:30 -0700 Subject: [PATCH] cleanup: reformat defs.bzl doc string. (#1126) The extraneous newlines were bothering me. --- docs/python.md | 2 -- python/defs.bzl | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/python.md b/docs/python.md index 6682e48bd..e42375ad6 100755 --- a/docs/python.md +++ b/docs/python.md @@ -1,9 +1,7 @@ - Core rules for building Python projects. - ## current_py_toolchain diff --git a/python/defs.bzl b/python/defs.bzl index e106166f0..ec70c1bf8 100644 --- a/python/defs.bzl +++ b/python/defs.bzl @@ -11,10 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -""" -Core rules for building Python projects. -""" +"""Core rules for building Python projects.""" load("@bazel_tools//tools/python:srcs_version.bzl", _find_requirements = "find_requirements") load(