Skip to content

Commit

Permalink
remove the defunct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChannyClaus committed Mar 27, 2024
1 parent 5d79d5e commit fe2e302
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/uv-interpreter/src/python_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ impl PythonEnvironment {
}

/// Returns an iterator over the `site-packages` directories inside a virtual environment.
///
/// In most cases, `purelib` and `platlib` will be the same, and so the iterator will contain
/// a single element; however, in some distributions, they may be different.
pub fn site_packages(&self) -> impl Iterator<Item = &Path> {
let mut site_packages = Vec::new();
site_packages.push(self.interpreter.purelib());
Expand Down

0 comments on commit fe2e302

Please sign in to comment.