Skip to content

Commit acb2eb3

Browse files
committed
fix: expose attrb publicly to fix docs
1 parent 032f6aa commit acb2eb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/api/attr_builders.bzl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Public, attribute building APIs for Python rules."""
2+
3+
load("//python/private:attr_builders.bzl", _attrb = "attrb")
4+
5+
attrb = _attrb

0 commit comments

Comments
 (0)