Skip to content

Commit

Permalink
Remove duplicated comment (astral-sh#10416)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jan 8, 2025
1 parent 2e0d742 commit f65fcf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/uv-resolver/src/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,6 @@ impl<InstalledPackages: InstalledPackagesProvider> ResolverState<InstalledPackag
PubGrubPackageInner::Python(_) => {
// Dependencies on Python are only added when a package is incompatible; as such,
// we don't need to do anything here.
// we don't need to do anything here.
Ok(None)
}

Expand Down

0 comments on commit f65fcf2

Please sign in to comment.