Skip to content

Commit 88d52f1

Browse files
committed
fixup
1 parent c63939d commit 88d52f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/uv/private/uv_repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load(":versions.bzl", "UV_PLATFORMS", "UV_TOOL_VERSIONS")
2424

2525
UV_BUILD_TMPL = """\
2626
# Generated by repositories.bzl
27-
load("@rules_python//python/uv:toolchain.bzl", "uv_toolchain")
27+
load("@rules_python//python/uv:uv_toolchain.bzl", "uv_toolchain")
2828
2929
uv_toolchain(
3030
name = "uv_toolchain",

0 commit comments

Comments
 (0)