From f1b796cf3574b78caa8a3f1e64f77b394cdaed2b Mon Sep 17 00:00:00 2001 From: Harrison Date: Mon, 12 Aug 2019 18:11:57 -0500 Subject: [PATCH] remove duplicate audio_analysis --- spotipy/client.py | 8 -------- 1 file changed, 8 deletions(-) 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. '''