mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Make import statements explicit relative imports
This commit is contained in:
parent
2aa67580a1
commit
bafef6a175
@ -1,5 +1,5 @@
|
|||||||
VERSION='2.4.5'
|
VERSION='2.4.5'
|
||||||
|
|
||||||
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