8000 refactor: Remove unused template substitution (#2004) · brunodea/rules_python@4c091c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c091c3

Browse files
authored
refactor: Remove unused template substitution (bazel-contrib#2004)
Removing a minor nit. The variable seems unused.
1 parent 55d1042 commit 4c091c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/private/pypi/hub_repository.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def _impl(rctx):
6363
for p in bzl_packages
6464
}),
6565
"%%MACRO_TMPL%%": macro_tmpl,
66-
"%%NAME%%": rctx.attr.repo_name,
6766
})
6867

6968
hub_repository = repository_rule(

0 commit comments

Comments
 (0)
0