Remove stale comment (#16667)

This happens in `from_settings` instead
This commit is contained in:
Zanie Blue 2025-11-10 08:55:04 -06:00 committed by GitHub
parent 59cbc9fe3e
commit 60196bc3ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ impl PyxTokenStore {
/// Read the tokens from the store. /// Read the tokens from the store.
pub async fn read(&self) -> Result<Option<PyxTokens>, TokenStoreError> { pub async fn read(&self) -> Result<Option<PyxTokens>, TokenStoreError> {
// Retrieve the API URL from the environment variable, or error if unset.
if let Some(api_key) = read_pyx_api_key() { if let Some(api_key) = read_pyx_api_key() {
// Read the API key tokens from a file based on the API key. // Read the API key tokens from a file based on the API key.
let digest = uv_cache_key::cache_digest(&api_key); let digest = uv_cache_key::cache_digest(&api_key);