Skip to content

Commit 6506112

Browse files
committed
Remove kwargs from _py_venv_deps
1 parent acfb709 commit 6506112

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

venv.bzl.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def py_venv(name, deps = None, extra_pip_commands = None, always_link = False, v
7474
commands = extra_pip_commands,
7575
always_link = always_link,
7676
output = out_name,
77-
**kwargs
7877
)
7978

8079
env = {

0 commit comments

Comments
 (0)