Remove some anyhow usages (#3962)

This commit is contained in:
Charlie Marsh 2024-06-01 16:11:23 -04:00 committed by GitHub
parent a70e33d947
commit 11324646cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 19 additions and 15 deletions

View file

@ -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;