Skip to content

Commit

Permalink
Clean up build dep
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585700793
  • Loading branch information
protoget authored and copybara-github committed Nov 27, 2023
1 parent 3ad5458 commit 59bcd5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lingvo/core/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
load("//lingvo:lingvo.bzl", "pytype_library", "pytype_strict_library", "pytype_strict_test")
load("//lingvo:lingvo.bzl", "py_strict_test")

# Placeholder: load py_library
# Placeholder: load py_test
load("//lingvo:lingvo.bzl", "py_strict_test")
load(
"//lingvo:lingvo.bzl",
"lingvo_cuda_py_test",
Expand All @@ -9,7 +11,6 @@ load(
"lingvo_proto_py",
"lingvo_py_binary",
)
load("//lingvo:lingvo.bzl", "pytype_library", "pytype_strict_library", "pytype_strict_test")

package(default_visibility = ["//visibility:public"])

Expand Down Expand Up @@ -2644,7 +2645,7 @@ pytype_library(
srcs = ["nested_map.py"],
deps = [
":lazy_loader",
"//lingvo:compat",
# Implicit absl.logging dependency.
],
)

Expand Down

0 comments on commit 59bcd5f

Please sign in to comment.