Skip to content

Commit c240eda

Browse files
authored
revert
1 parent 8bff044 commit c240eda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.generator/parse_googleapis_content.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def bazel_target(**args):
109109
def noop_bazel_rule(**args):
110110
pass
111111

112-
113112
mod.add_callable("package", noop_bazel_rule)
114113
mod.add_callable("alias", noop_bazel_rule)
115114
mod.add_callable("py_test", noop_bazel_rule)
@@ -118,7 +117,6 @@ def noop_bazel_rule(**args):
118117
mod.add_callable("java_proto_library", noop_bazel_rule)
119118
mod.add_callable("genrule", noop_bazel_rule)
120119

121-
122120
def load(name):
123121
mod = sl.Module()
124122
for callable_name in _CALLABLE_MAP.get(name, []):

0 commit comments

Comments
 (0)