diff --git a/src/main/java/com/richtxo/util/spotify/SpotifyFetch.java b/src/main/java/com/richtxo/util/spotify/SpotifyFetch.java index edca0d4..7690c21 100644 --- a/src/main/java/com/richtxo/util/spotify/SpotifyFetch.java +++ b/src/main/java/com/richtxo/util/spotify/SpotifyFetch.java @@ -1,6 +1,5 @@ package com.richtxo.util.spotify; -import org.apache.hc.core5.concurrent.CompletedFuture; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import se.michaelthelin.spotify.SpotifyApi;