Remove asserts which can fail

This commit is contained in:
hugovk 2014-12-26 18:57:22 +02:00
parent 0a158e7238
commit 2e56084974

View file

@ -2089,8 +2089,6 @@ class Artist(_BaseObject, _Taggable):
""" """
The artist.getImages method has been deprecated by Last.fm. The artist.getImages method has been deprecated by Last.fm.
""" """
assert order # silence warnings
assert limit # silence warnings
raise WSError( raise WSError(
self.network, "27", self.network, "27",
"The artist.getImages method has been deprecated by Last.fm.") "The artist.getImages method has been deprecated by Last.fm.")