Skip to content

Commit

Permalink
Add missing bazel_features load
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Oct 5, 2024
1 parent fc09cf6 commit 060d87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/py_cc_link_params_info.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Public entry point for PyCcLinkParamsInfo."""

load("@bazel_features//:features.bzl", "bazel_features")
load("@rules_python_internal//:rules_python_config.bzl", "config")
load("//python/private/common:providers.bzl", _starlark_PyCcLinkParamsProvider = "PyCcLinkParamsProvider")

Expand Down

0 comments on commit 060d87e

Please sign in to comment.