Skip to content

Commit fc26702

Browse files
authored
Remove unused _PackageSpecificationInfo
1 parent 30d1d29 commit fc26702

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/private/attributes.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ load(":py_internal.bzl", "py_internal")
2525
load(":reexports.bzl", "BuiltinPyInfo")
2626
load(":rule_builders.bzl", "ruleb")
2727

28-
_PackageSpecificationInfo = getattr(py_internal, "PackageSpecificationInfo", None)
29-
3028
# Due to how the common exec_properties attribute works, rules must add exec
3129
# groups even if they don't actually use them. This is due to two interactions:
3230
# 1. Rules give an error if users pass an unsupported exec group.

0 commit comments

Comments
 (0)