mirror of https://github.com/astral-sh/uv
Remove duplicated comment (#10416)
This commit is contained in:
parent
2e0d7429ef
commit
f65fcf23b3
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue