diff --git a/spotipy/util.py b/spotipy/util.py index 223e13d..138baa0 100644 --- a/spotipy/util.py +++ b/spotipy/util.py @@ -1,6 +1,6 @@ from __future__ import annotations -from spotipy import Scope +from spotipy.scope import Scope """ Shows a user's playlists. This needs to be authenticated via OAuth. """