From 39b691ad7a077f7246c1b32479d86e4c7b8fa2b7 Mon Sep 17 00:00:00 2001 From: Rich Tsai Date: Sat, 22 Jun 2024 18:15:44 -0400 Subject: [PATCH] non-blocking implementation for fetching spotify data --- src/main/java/com/richtxo/util/spotify/SpotifyFetch.java | 1 - 1 file changed, 1 deletion(-) 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;