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 ddd1c21 commit c81a020Copy full SHA for c81a020
internal_dev_setup.bzl
@@ -24,7 +24,7 @@ load("@rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_
24
load("//:version.bzl", "SUPPORTED_BAZEL_VERSIONS")
25
load("//python:versions.bzl", "MINOR_MAPPING", "TOOL_VERSIONS")
26
load("//python/private:pythons_hub.bzl", "hub_repo") # buildifier: disable=bzl-visibility
27
-load("//python/private:runtime_env_repo.bzl", "runtime_env_repo")
+load("//python/private:runtime_env_repo.bzl", "runtime_env_repo") # buildifier: disable=bzl-visibility
28
load("//python/private/pypi:deps.bzl", "pypi_deps") # buildifier: disable=bzl-visibility
29
30
def rules_python_internal_setup():
0 commit comments