Skip to content

Commit 18a771e

Browse files
committed
Remove unused substitution.
1 parent 3721487 commit 18a771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.tpl",
73+
"pip_repository_requirements.bzl.tmpl",
7474
"//python/pip_install/private:distribution",
7575
"//python/pip_install/tools/dependency_resolver:distribution",
7676
"//python/pip_install/tools/wheel_installer:distribution",

0 commit comments

Comments
 (0)