From 79f92a69b40177f6502985d995eecd61f9945ddf Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Fri, 16 Jun 2023 11:58:08 -0400 Subject: [PATCH] Don't import spotify in docs conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3da5998b9550..3146b9b648e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import spotipy +#import spotipy import sys import os -- 2.40.1