Skip to content

Commit c81a020

Browse files
committed
fix buildifier lint
1 parent ddd1c21 commit c81a020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_dev_setup.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load("@rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_
2424
load("//:version.bzl", "SUPPORTED_BAZEL_VERSIONS")
2525
load("//python:versions.bzl", "MINOR_MAPPING", "TOOL_VERSIONS")
2626
load("//python/private:pythons_hub.bzl", "hub_repo") # buildifier: disable=bzl-visibility
27-
load("//python/private:runtime_env_repo.bzl", "runtime_env_repo")
27+
load("//python/private:runtime_env_repo.bzl", "runtime_env_repo") # buildifier: disable=bzl-visibility
2828
load("//python/private/pypi:deps.bzl", "pypi_deps") # buildifier: disable=bzl-visibility
2929

3030
def rules_python_internal_setup():

0 commit comments

Comments
 (0)