Skip to content

Commit d9a0d3b

Browse files
authored
Update python/private/pypi/extension.bzl
1 parent 77754c2 commit d9a0d3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/private/pypi/extension.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ def _create_whl_repos(
327327
if requirement.extra_pip_args:
328328
whl_library_args["extra_pip_args"] = requirement.extra_pip_args
329329

330-
# We sort so that the lock-file remains the same no matter the order of how the
331-
# args are manipulated in the code going before.
332330
repo_name = "{}_{}".format(pip_name, whl_name)
333331
if len(requirements) > 1:
334332
repo_name = "{}__{}".format(repo_name, i)

0 commit comments

Comments
 (0)