mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Remove relative imports in spotify package initialiser
This commit is contained in:
parent
ef49cd6e03
commit
502a56f987
@ -1,5 +1,5 @@
|
||||
VERSION='2.0.1'
|
||||
|
||||
from .client import *
|
||||
from .oauth2 import *
|
||||
from client import *
|
||||
from oauth2 import *
|
||||
from util import *
|
||||
|
||||
Loading…
Reference in New Issue
Block a user