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 30d1d29 commit fc26702Copy full SHA for fc26702
python/private/attributes.bzl
@@ -25,8 +25,6 @@ load(":py_internal.bzl", "py_internal")
25
load(":reexports.bzl", "BuiltinPyInfo")
26
load(":rule_builders.bzl", "ruleb")
27
28
-_PackageSpecificationInfo = getattr(py_internal, "PackageSpecificationInfo", None)
29
-
30
# Due to how the common exec_properties attribute works, rules must add exec
31
# groups even if they don't actually use them. This is due to two interactions:
32
# 1. Rules give an error if users pass an unsupported exec group.
0 commit comments