We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35db76 commit bf5852eCopy full SHA for bf5852e
py/defs.bzl
@@ -35,7 +35,6 @@ python.toolchain(python_version = "3.9", is_default = True)
35
```
36
"""
37
38
-load("@aspect_bazel_lib//lib:utils.bzl", "propagate_common_rule_attributes")
39
load("//py/private:py_binary.bzl", _py_binary = "py_binary", _py_test = "py_test")
40
load("//py/private:py_image_layer.bzl", _py_image_layer = "py_image_layer")
41
load("//py/private:py_library.bzl", _py_library = "py_library")
0 commit comments