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 8bff044 commit c240edaCopy full SHA for c240eda
.generator/parse_googleapis_content.py
@@ -109,7 +109,6 @@ def bazel_target(**args):
109
def noop_bazel_rule(**args):
110
pass
111
112
-
113
mod.add_callable("package", noop_bazel_rule)
114
mod.add_callable("alias", noop_bazel_rule)
115
mod.add_callable("py_test", noop_bazel_rule)
@@ -118,7 +117,6 @@ def noop_bazel_rule(**args):
118
117
mod.add_callable("java_proto_library", noop_bazel_rule)
119
mod.add_callable("genrule", noop_bazel_rule)
120
121
122
def load(name):
123
mod = sl.Module()
124
for callable_name in _CALLABLE_MAP.get(name, []):
0 commit comments