Remove some unused pub use exports (#3930)

This commit is contained in:
Charlie Marsh 2024-05-30 22:26:52 -04:00 committed by GitHub
parent a14fe2f6c7
commit 09f55482a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 115 deletions

View file

@ -32,7 +32,8 @@ use uv_types::BuildContext;
use crate::archive::Archive;
use crate::locks::Locks;
use crate::{ArchiveMetadata, Error, LocalWheel, Reporter, SourceDistributionBuilder};
use crate::source::SourceDistributionBuilder;
use crate::{ArchiveMetadata, Error, LocalWheel, Reporter};
/// A cached high-level interface to convert distributions (a requirement resolved to a location)
/// to a wheel or wheel metadata.