Skip to content

Commit fe638be

Browse files
committed
Lint.
1 parent 87da228 commit fe638be

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

py/private/py_venv/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ bzl_library(
3838
"//py/private/toolchain:types",
3939
"@aspect_bazel_lib//lib:expand_make_vars",
4040
"@aspect_bazel_lib//lib:paths",
41-
"@bazel_skylib//lib:sets",
4241
],
4342
)
4443

py/private/py_venv/py_venv.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
load("@aspect_bazel_lib//lib:expand_make_vars.bzl", "expand_locations", "expand_variables")
44
load("@aspect_bazel_lib//lib:paths.bzl", "BASH_RLOCATION_FUNCTION", "to_rlocation_path")
5-
load("@bazel_skylib//lib:sets.bzl", "sets")
65
load("//py/private:py_library.bzl", _py_library = "py_library_utils")
76
load("//py/private:py_semantics.bzl", _py_semantics = "semantics")
87
load("//py/private:transitions.bzl", "python_version_transition")

py/tools/py/src/venv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,8 +923,8 @@ pub fn populate_venv<A: PthEntryHandler>(
923923
// down the line. But sandboxes are ephemeral, so this leaves us
924924
// open to heisenbugs.
925925
//
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
928928
// them. So while we can't sanely just write absolute paths into
929929
// symlinks we can write reative paths.
930930
//

0 commit comments

Comments
 (0)