mirror of https://github.com/bazelbuild/rules_cc
Automatic code cleanup.
PiperOrigin-RevId: 562018631 Change-Id: I7b324d5b151341033df696f82b68e9f9160ad625
This commit is contained in:
parent
7771fb57dd
commit
b8d9580d80
|
@ -16,8 +16,6 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
|||
|
||||
# Go rules
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
|
||||
|
||||
# Python rules
|
||||
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
|
Loading…
Reference in New Issue