diff --git a/spotipy/client.py b/spotipy/client.py index 9518238..88e02d1 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -924,14 +924,6 @@ class Spotify(object): else: return results - def audio_analysis(self, id): - """ Get audio analysis for a track based upon its Spotify ID - Parameters: - - id - a track URIs, URLs or IDs - """ - id = self._get_id('track', id) - return self._get('audio-analysis/'+id) - def devices(self): ''' Get a list of user's available devices. '''