From b8d9580d805567eef4d26aa01d14067865fb89f4 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Fri, 1 Sep 2023 12:20:11 -0700 Subject: [PATCH] Automatic code cleanup. PiperOrigin-RevId: 562018631 Change-Id: I7b324d5b151341033df696f82b68e9f9160ad625 --- tools/migration/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/migration/BUILD b/tools/migration/BUILD index b1dfafb..6177008 100644 --- a/tools/migration/BUILD +++ b/tools/migration/BUILD @@ -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"])