unplugged-system/external/bazel-skylib/gazelle/bzl/testdata/bazel_tools/foo.bzl

11 lines
167 B
Python

"""
Doc string
"""
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def wrapped_http_archive(**kwargs):
http_archive(
**kwargs
)