File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ bzl_library(
38
38
"//py/private/toolchain:types" ,
39
39
"@aspect_bazel_lib//lib:expand_make_vars" ,
40
40
"@aspect_bazel_lib//lib:paths" ,
41
- "@bazel_skylib//lib:sets" ,
42
41
],
43
42
)
44
43
Original file line number Diff line number Diff line change 2
2
3
3
load ("@aspect_bazel_lib//lib:expand_make_vars.bzl" , "expand_locations" , "expand_variables" )
4
4
load ("@aspect_bazel_lib//lib:paths.bzl" , "BASH_RLOCATION_FUNCTION" , "to_rlocation_path" )
5
- load ("@bazel_skylib//lib:sets.bzl" , "sets" )
6
5
load ("//py/private:py_library.bzl" , _py_library = "py_library_utils" )
7
6
load ("//py/private:py_semantics.bzl" , _py_semantics = "semantics" )
8
7
load ("//py/private:transitions.bzl" , "python_version_transition" )
Original file line number Diff line number Diff line change @@ -923,8 +923,8 @@ pub fn populate_venv<A: PthEntryHandler>(
923
923
// down the line. But sandboxes are ephemeral, so this leaves us
924
924
// open to heisenbugs.
925
925
//
926
- // What Bazel does gurantee is the _relative tree structure_
927
- // betwen our output file(s) and the input(s) used to generate
926
+ // What Bazel does guarantee is the _relative tree structure_
927
+ // between our output file(s) and the input(s) used to generate
928
928
// them. So while we can't sanely just write absolute paths into
929
929
// symlinks we can write reative paths.
930
930
//
You can’t perform that action at this time.
0 commit comments