Skip to content

Commit 6a9eaf2

Browse files
authored
Load py_binary from rules_python (#895)
1 parent 25fd41c commit 6a9eaf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc_build/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ How to:
2020
"""
2121

2222
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
23+
load("@rules_python//python:defs.bzl", "py_binary")
2324
load("@stardoc//stardoc:stardoc.bzl", "stardoc")
2425
load("//:version.bzl", "version")
2526

0 commit comments

Comments
 (0)