Skip to content

Commit

Permalink
Debugging (add error)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilconway committed Dec 21, 2024
1 parent 0152ec8 commit 31997ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/deps.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Dependency specific initialization."""

load("@pyprotoc_plugin_pypi//:requirements.bzl", pypi_deps = "install_deps")
load("@pyprotoc_plugin_pypi//:requirements.bzlx", pypi_deps = "install_deps")
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")

def deps(repo_mapping = {}):
Expand Down

0 comments on commit 31997ee

Please sign in to comment.