From 60196bc3ce2ff667c95f4d4e6dc1e2738714753d Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 10 Nov 2025 08:55:04 -0600 Subject: [PATCH] Remove stale comment (#16667) This happens in `from_settings` instead --- crates/uv-auth/src/pyx.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/uv-auth/src/pyx.rs b/crates/uv-auth/src/pyx.rs index d651e6c01..b2804dad8 100644 --- a/crates/uv-auth/src/pyx.rs +++ b/crates/uv-auth/src/pyx.rs @@ -284,7 +284,6 @@ impl PyxTokenStore { /// Read the tokens from the store. pub async fn read(&self) -> Result, TokenStoreError> { - // Retrieve the API URL from the environment variable, or error if unset. if let Some(api_key) = read_pyx_api_key() { // Read the API key tokens from a file based on the API key. let digest = uv_cache_key::cache_digest(&api_key);