Skip to content

Commit 200e5e8

Browse files
committed
precommit
1 parent 2c6f544 commit 200e5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/repl.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Implementation of the rules to expose a REPL."""
22

3-
load("//python:py_binary.bzl", _py_binary="py_binary")
3+
load("//python:py_binary.bzl", _py_binary = "py_binary")
44

55
def _generate_repl_main_impl(ctx):
66
stub_repo = ctx.attr.stub.label.repo_name or ctx.workspace_name

0 commit comments

Comments
 (0)