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]