Automatic code cleanup.

PiperOrigin-RevId: 562018631
Change-Id: I7b324d5b151341033df696f82b68e9f9160ad625
This commit is contained in:
Richard Levasseur 2023-09-01 12:20:11 -07:00 committed by Copybara-Service
parent 7771fb57dd
commit b8d9580d80
1 changed files with 0 additions and 2 deletions

View File

@ -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"])