mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
fix imports
This commit is contained in:
parent
364d082396
commit
27836284d7
@ -2,15 +2,11 @@ from __future__ import annotations
|
||||
|
||||
""" Shows a user's playlists. This needs to be authenticated via OAuth. """
|
||||
|
||||
__all__ = ["CLIENT_CREDS_ENV_VARS"]
|
||||
__all__ = ["CLIENT_CREDS_ENV_VARS", "get_host_port", "normalize_scope", "Retry"]
|
||||
|
||||
import logging
|
||||
import os
|
||||
import warnings
|
||||
from types import TracebackType
|
||||
|
||||
import spotipy
|
||||
|
||||
import urllib3
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user