Skip to content

Commit

Permalink
Use py_library from defaults.bzl (#686)
Browse files Browse the repository at this point in the history
Otherwise, this breaks the downstream sync
  • Loading branch information
wwwillchen committed Jul 29, 2024
1 parent a2681d5 commit b5e74fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesop/components/uploader/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//build_defs:defaults.bzl", "py_library", "sass_binary")
load("//mesop/components:defs.bzl", "mesop_component")
load("//build_defs:defaults.bzl", "sass_binary")

package(
default_visibility = ["//build_defs:mesop_internal"],
Expand Down

0 comments on commit b5e74fd

Please sign in to comment.