From 8622b885a01d79bf90a39b32f61d736803d7551a Mon Sep 17 00:00:00 2001 From: dieser-niko Date: Sun, 13 Oct 2024 22:33:23 +0200 Subject: [PATCH] fix import for scope --- spotipy/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """