fix import for scope

This commit is contained in:
dieser-niko 2024-10-13 22:33:23 +02:00
parent d140d1a4b6
commit 8622b885a0

View File

@ -1,6 +1,6 @@
from __future__ import annotations 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. """ """ Shows a user's playlists. This needs to be authenticated via OAuth. """