Remove duplicated comment (#10416)

This commit is contained in:
Charlie Marsh 2025-01-08 18:06:09 -05:00 committed by GitHub
parent 2e0d7429ef
commit f65fcf23b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
}