Load py_binary from rules_python (#895)

This commit is contained in:
Ivo List 2024-09-25 15:44:50 +02:00 committed by GitHub
parent 25fd41cbe2
commit 6a9eaf2ce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ How to:
"""
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@rules_python//python:defs.bzl", "py_binary")
load("@stardoc//stardoc:stardoc.bzl", "stardoc")
load("//:version.bzl", "version")