spotify code cleanup

This commit is contained in:
Crussader 2021-10-28 18:25:02 +04:00 committed by GitHub
parent e739fbd501
commit adadc1f9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
class SpotifyRequestException(Exception):
"""An error occurred when making a request to the Spotify API"""
pass
pass
class InvalidSpotifyURL(Exception):
pass