mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove some anyhow
usages (#3962)
This commit is contained in:
parent
a70e33d947
commit
11324646cb
11 changed files with 19 additions and 15 deletions
|
@ -8,9 +8,10 @@ use hyper::service::service_fn;
|
|||
use hyper::{Request, Response};
|
||||
use hyper_util::rt::TokioIo;
|
||||
use insta::{assert_json_snapshot, assert_snapshot, with_settings};
|
||||
use tokio::net::TcpListener;
|
||||
|
||||
use pep508_rs::{MarkerEnvironment, MarkerEnvironmentBuilder};
|
||||
use platform_tags::{Arch, Os, Platform};
|
||||
use tokio::net::TcpListener;
|
||||
use uv_cache::Cache;
|
||||
use uv_client::LineHaul;
|
||||
use uv_client::RegistryClientBuilder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue