mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-24 13:20:53 +00:00
Remove some unused pub functions (#3872)
## Summary I wrote a bad Python script to find these.
This commit is contained in:
parent
1fc6a59707
commit
cedd18e4c6
12 changed files with 3 additions and 174 deletions
|
|
@ -203,12 +203,6 @@ impl RegistryClient {
|
|||
self.timeout
|
||||
}
|
||||
|
||||
/// Set the index URLs to use for fetching packages.
|
||||
#[must_use]
|
||||
pub fn with_index_url(self, index_urls: IndexUrls) -> Self {
|
||||
Self { index_urls, ..self }
|
||||
}
|
||||
|
||||
/// Fetch a package from the `PyPI` simple API.
|
||||
///
|
||||
/// "simple" here refers to [PEP 503 – Simple Repository API](https://peps.python.org/pep-0503/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue