A decentralized music tracking and discovery platform built on AT Protocol 🎵

refactor: remove unused std::env import from spotify.rs

-2
-2
crates/playlists/src/spotify.rs
··· 1 - use std::env; 2 - 3 use anyhow::Error; 4 use reqwest::Client; 5
··· 1 use anyhow::Error; 2 use reqwest::Client; 3