From b226b8380a2c1fb391f1a3af6abcb9dc4a59fbe3 Mon Sep 17 00:00:00 2001 From: ritiek Date: Fri, 12 Jan 2018 17:34:01 +0530 Subject: [PATCH] Resolve imports --- core/spotify_tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/spotify_tools.py b/core/spotify_tools.py index 22d9b92..3104e98 100644 --- a/core/spotify_tools.py +++ b/core/spotify_tools.py @@ -1,11 +1,12 @@ import spotipy import spotipy.oauth2 as oauth2 import lyricwikia -from titlecase import titlecase from core import internals from core.const import log +from slugify import slugify +from titlecase import titlecase import pprint