From 3bbafe9fd3e77335b0d2f24a302c21defc31ae25 Mon Sep 17 00:00:00 2001 From: bvandercar-vt Date: Tue, 2 Dec 2025 15:30:13 -0700 Subject: [PATCH] fix: whitespace --- spotipy/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spotipy/util.py b/spotipy/util.py index fe909ce..f4928f7 100644 --- a/spotipy/util.py +++ b/spotipy/util.py @@ -135,6 +135,7 @@ def get_host_port(netloc: str): return host, port + ScopeArgType = Union[str, StrListOrTuple]