8000 cleanup: Add placeholder comment to defs.bzl to make patching loads e… · bazel-contrib/rules_python@5c37fa7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c37fa7

Browse files
authored
cleanup: Add placeholder comment to defs.bzl to make patching loads easier (#1319)
This just adds a no-op comment to defs.bzl to make patching its load statements easier. Rather than looking for the last load (or the conveniently loaded "# Export ..." comment), just have an explicit comment for it.
1 parent 5416257 commit 5c37fa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/defs.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ load("//python:py_test.bzl", _py_test = "py_test")
2424
load(":current_py_toolchain.bzl", _current_py_toolchain = "current_py_toolchain")
2525
load(":py_import.bzl", _py_import = "py_import")
2626

27+
# Patching placeholder: end of loads
28+
2729
# Exports of native-defined providers.
2830

2931
PyInfo = internal_PyInfo

0 commit comments

Comments
 (0)
0