Skip to content

Commit ce51e16

Browse files
committed
remove the external module
1 parent d41eb7a commit ce51e16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/bzlmod/MODULE.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,5 @@ local_path_override(
273273
path = "other_module",
274274
)
275275

276-
bazel_dep(name = "foo_external", version = "")
277-
local_path_override(
278-
module_name = "foo_external",
279-
path = "py_proto_library/foo_external",
280-
)
281-
282276
# example test dependencies
283277
bazel_dep(name = "rules_shell", version = "0.3.0", dev_dependency = True)

0 commit comments

Comments
 (0)