We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6f544 commit 200e5e8Copy full SHA for 200e5e8
python/private/repl.bzl
@@ -1,6 +1,6 @@
1
"""Implementation of the rules to expose a REPL."""
2
3
-load("//python:py_binary.bzl", _py_binary="py_binary")
+load("//python:py_binary.bzl", _py_binary = "py_binary")
4
5
def _generate_repl_main_impl(ctx):
6
stub_repo = ctx.attr.stub.label.repo_name or ctx.workspace_name
0 commit comments