From 36f8e1d4659fe24c4052abb6575591f781d423e1 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sun, 12 Jan 2020 00:04:40 +0000 Subject: [PATCH] Remove unused VERSION from init --- spotipy/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spotipy/__init__.py b/spotipy/__init__.py index b218c0a..da17893 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -1,5 +1,3 @@ -VERSION='2.4.5' - from .client import * from .oauth2 import * -from .util import * +from .util import * \ No newline at end of file