Skip to content

Commit 2783628

Browse files
committed
fix imports
1 parent 364d082 commit 2783628

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spotipy/util.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
""" Shows a user's playlists. This needs to be authenticated via OAuth. """
44

5-
__all__ = ["CLIENT_CREDS_ENV_VARS"]
5+
__all__ = ["CLIENT_CREDS_ENV_VARS", "get_host_port", "normalize_scope", "Retry"]
66

77
import logging
8-
import os
9-
import warnings
108
from types import TracebackType
119

12-
import spotipy
13-
1410
import urllib3
1511

1612
LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)