Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jan 19, 2025
1 parent 6c76d0d commit 6062773
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spotipy/cache_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def save_token_to_cache(self, token_info):
Save a token_info dictionary object to the cache and return None.
"""
raise NotImplementedError()
return None


class CacheFileHandler(CacheHandler):
Expand Down Expand Up @@ -72,7 +71,7 @@ def __init__(self,
if username:
cache_path += "-" + str(username)
self.cache_path = cache_path

def get_cached_token(self):
token_info = None

Expand Down

0 comments on commit 6062773

Please sign in to comment.