aboutsummaryrefslogtreecommitdiff
path: root/examples/policy_checker/license_policy_check.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/policy_checker/license_policy_check.bzl')
-rw-r--r--examples/policy_checker/license_policy_check.bzl7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/policy_checker/license_policy_check.bzl b/examples/policy_checker/license_policy_check.bzl
index 32db845..b91c96f 100644
--- a/examples/policy_checker/license_policy_check.bzl
+++ b/examples/policy_checker/license_policy_check.bzl
@@ -22,11 +22,8 @@ load(
"@rules_license//rules:gather_licenses_info.bzl",
"gather_licenses_info",
)
-load(
- "@rules_license//rules:providers.bzl",
- "LicenseInfo",
- "TransitiveLicensesInfo",
-)
+load("@rules_license//rules:providers.bzl", "LicenseInfo")
+load("@rules_license//rules:private/gathering_providers.bzl", "TransitiveLicensesInfo")
# This is a crude example of the kind of thing which can be done.
def _license_policy_check_impl(ctx):