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 743187f commit 6342788Copy full SHA for 6342788
py/defs.bzl
@@ -35,7 +35,7 @@ python.toolchain(python_version = "3.9", is_default = True)
35
```
36
"""
37
38
-load("@aspect_bazel_lib//lib:util.bzl", _to_label="to_label")
+load("@aspect_bazel_lib//lib:util.bzl", _to_label = "to_label")
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