Skip to content

Commit

Permalink
Update get_dependencies comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Mar 27, 2024
1 parent bd508ad commit 682e7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-resolver/src/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ impl<
};
let package_id = dist.package_id();

// If the package does not exist in the registry, we cannot fetch its dependencies
// If the package does not exist in the registry or locally, we cannot fetch its dependencies
if self.unavailable_packages.get(package_name).is_some()
&& self
.installed_packages
Expand Down

0 comments on commit 682e7e0

Please sign in to comment.