From c6c6cd38a44378511e042581c6a5dd463a19aaa7 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 23 Oct 2025 17:51:12 +0200 Subject: [PATCH] Windows clippy --- crates/uv/tests/it/python_install.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/uv/tests/it/python_install.rs b/crates/uv/tests/it/python_install.rs index ddb331d91..58abd6d52 100644 --- a/crates/uv/tests/it/python_install.rs +++ b/crates/uv/tests/it/python_install.rs @@ -4,7 +4,6 @@ use std::path::PathBuf; use std::{env, path::Path, process::Command}; use crate::common::{TestContext, uv_snapshot}; -use anyhow::Result; use assert_cmd::assert::OutputAssertExt; use assert_fs::{ assert::PathAssert, @@ -3956,7 +3955,7 @@ fn python_install_upgrade_version_file() { /// . #[cfg(unix)] #[test] -fn missing_python_home_error_message() -> Result<()> { +fn missing_python_home_error_message() -> anyhow::Result<()> { let context = TestContext::new("3.12"); // Create a Python project so we can use `uv sync`