Skip to content

Commit 3721487

Browse files
committed
Remove unused substitution.
1 parent 78bea9d commit 3721487

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

python/pip_install/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ filegroup(
7070
name = "distribution",
7171
srcs = glob(["*.bzl"]) + [
7272
"BUILD.bazel",
73-
"pip_repository_requirements.bzl.tmpl",
73+
"pip_repository_requirements.bzl.tpl",
7474
"//python/pip_install/private:distribution",
7575
"//python/pip_install/tools/dependency_resolver:distribution",
7676
"//python/pip_install/tools/wheel_installer:distribution",

python/pip_install/pip_repository.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ True will become default in a subsequent release.
667667
""",
668668
),
669669
"_template": attr.label(
670-
default = ":pip_repository_requirements.bzl.tpl",
670+
default = ":pip_repository_requirements.bzl.tmpl",
671671
),
672672
}
673673

python/private/bzlmod/pip_repository.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ in the pip.parse tag class.
8888
""",
8989
),
9090
"_template": attr.label(
91-
default = ":requirements.bzl.tpl",
91+
default = ":requirements.bzl.tmpl",
9292
),
9393
}
9494

0 commit comments

Comments
 (0)