spotify code cleanup
This commit is contained in:
parent
e739fbd501
commit
adadc1f9c4
|
|
@ -1,3 +1,7 @@
|
|||
class SpotifyRequestException(Exception):
|
||||
"""An error occurred when making a request to the Spotify API"""
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class InvalidSpotifyURL(Exception):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in New Issue