Skip to content

Commit

Permalink
refactor: Remove unused template substitution (#2004)
Browse files Browse the repository at this point in the history
Removing a minor nit. The variable seems unused.
  • Loading branch information
groodt authored Jun 23, 2024
1 parent 55d1042 commit 4c091c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/private/pypi/hub_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def _impl(rctx):
for p in bzl_packages
}),
"%%MACRO_TMPL%%": macro_tmpl,
"%%NAME%%": rctx.attr.repo_name,
})

hub_repository = repository_rule(
Expand Down

0 comments on commit 4c091c3

Please sign in to comment.