Skip to content

Commit

Permalink
Load Python rules from defs.bzl to support older rules_python versions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 555972023
  • Loading branch information
rstz authored and copybara-github committed Aug 11, 2023
1 parent a7bb218 commit 39f12e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yggdrasil_decision_forests/cli/monitoring/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//third_party/bazel_rules/rules_python/python:py_binary.bzl", "py_binary")
load("@rules_python//python:defs.bzl", "py_binary")
load("//yggdrasil_decision_forests/utils:compile.bzl", "cc_binary_ydf")

package(
Expand Down

0 comments on commit 39f12e9

Please sign in to comment.