Skip to content

Commit 9fa0608

Browse files
committed
chore: Remove duplication of py_proto_library definition
1 parent 51a7cd1 commit 9fa0608

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

struct2tensor/struct2tensor.bzl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -414,15 +414,3 @@ def py_proto_library(name, deps, visibility = None, **kwargs):
414414
visibility = visibility,
415415
**kwargs
416416
)
417-
418-
def py_proto_library(name, deps, visibility = None, **kwargs):
419-
"""Simple wrapper for py_proto_library using custom rule.
420-
421-
This macro provides OSS compatibility for py_proto_library targets.
422-
"""
423-
_py_proto_library_rule(
424-
name = name,
425-
deps = deps,
426-
visibility = visibility,
427-
**kwargs
428-
)

0 commit comments

Comments
 (0)