aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/defs.bzl2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/defs.bzl b/python/defs.bzl
index 6ded66a..3fb6b5b 100644
--- a/python/defs.bzl
+++ b/python/defs.bzl
@@ -24,6 +24,8 @@ load("//python:py_test.bzl", _py_test = "py_test")
load(":current_py_toolchain.bzl", _current_py_toolchain = "current_py_toolchain")
load(":py_import.bzl", _py_import = "py_import")
+# Patching placeholder: end of loads
+
# Exports of native-defined providers.
PyInfo = internal_PyInfo