mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-08-18 11:55:19 +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'
|
VERSION='2.0.1'
|
||||||
|
|
||||||
from .client import *
|
from client import *
|
||||||
from .oauth2 import *
|
from oauth2 import *
|
||||||
from util import *
|
from util import *
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user