Skip to content

Commit 5e9888d

Browse files
committed
chore(librarian): fix not found
1 parent c2e1433 commit 5e9888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/parse_googleapis_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"alias",
9393
"py_test",
9494
"sh_binary",
95-
"proto_library",
9695
"java_proto_library",
9796
"genrule",
9897
"gapic_yaml_from_disco",
@@ -130,6 +129,7 @@ def fake_glob(paths=[], **args):
130129
return []
131130

132131
mod.add_callable("package", noop_bazel_rule)
132+
mod.add_callable("proto_library", noop_bazel_rule)
133133

134134
for glob_callable in _GLOB_CALLABLES:
135135
mod.add_callable(glob_callable, fake_glob)

0 commit comments

Comments
 (0)