Skip to content

Commit d9c447d

Browse files
committed
fix: address unused variable in py_executable.bzl and fix lint
1 parent 8c77a44 commit d9c447d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/py_executable.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ def py_executable_base_impl(ctx, *, semantics, is_test, inherited_environment =
12781278
)
12791279
_add_provider_py_runtime_info(providers, runtime_details)
12801280
_add_provider_py_cc_link_params_info(providers, cc_details.cc_info_for_propagating)
1281-
py_info, builtin_py_info = _add_provider_py_info(
1281+
py_info, _ = _add_provider_py_info(
12821282
providers,
12831283
ctx = ctx,
12841284
original_sources = direct_sources,

0 commit comments

Comments
 (0)