aboutsummaryrefslogtreecommitdiff
path: root/rules/prebuilt_xml.bzl
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-03-08 18:21:17 -0800
committerCole Faust <colefaust@google.com>2023-03-08 18:23:59 -0800
commita3fca5cbd0829d92a968bca42e8597764312f89f (patch)
treedf18b41ea24b49b807752acbd8a440c3abb8fed5 /rules/prebuilt_xml.bzl
parent60845a5d40a25e95556f0de1ca2cfccaf98ddfaa (diff)
downloadbazel-a3fca5cbd0829d92a968bca42e8597764312f89f.tar.gz
Enable and fix load-related buildifier lints
Bug: 271709362 Test: Presubmits Change-Id: Ib11f83b98258c871c121f5a3b03fb59c8d9bbf25
Diffstat (limited to 'rules/prebuilt_xml.bzl')
-rw-r--r--rules/prebuilt_xml.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/prebuilt_xml.bzl b/rules/prebuilt_xml.bzl
index 9da74077..13f7ba7e 100644
--- a/rules/prebuilt_xml.bzl
+++ b/rules/prebuilt_xml.bzl
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-load("@bazel_skylib//lib:paths.bzl", "paths")
load(":prebuilt_file.bzl", "PrebuiltFileInfo")
_handled_dir = ["etc"]