Skip to content

Commit

Permalink
remove type[...]
Browse files Browse the repository at this point in the history
  • Loading branch information
dieser-niko committed Jan 31, 2025
1 parent 486b04e commit 6c36691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotipy/cache_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
self,
cache_path: str = None,
username: str = None,
encoder_cls: type[JSONEncoder] = None,
encoder_cls: JSONEncoder = None,
) -> None:
"""
Initialize CacheFileHandler instance.
Expand Down

0 comments on commit 6c36691

Please sign in to comment.