diff --git a/py/private/venv/venv.bzl b/py/private/venv/venv.bzl index dbbf8748..da8e6b28 100644 --- a/py/private/venv/venv.bzl +++ b/py/private/venv/venv.bzl @@ -23,7 +23,6 @@ def _make_venv(ctx, name = None, main = None, strip_pth_workspace_root = None): name = _get_attr(ctx.attr, "name", name) strip_pth_workspace_root = _get_attr(ctx.attr, "strip_pth_workspace_root", strip_pth_workspace_root) - # Get each path to every wheel we need, this includes the transitive wheels # Get each path to every wheel we need, this includes the transitive wheels # As these are just filegroups, then we need to dig into the default_runfiles to get the transitive files # Create a depset for all these