Remove asserts which can fail
This commit is contained in:
parent
0a158e7238
commit
2e56084974
|
@ -2089,8 +2089,6 @@ class Artist(_BaseObject, _Taggable):
|
|||
"""
|
||||
The artist.getImages method has been deprecated by Last.fm.
|
||||
"""
|
||||
assert order # silence warnings
|
||||
assert limit # silence warnings
|
||||
raise WSError(
|
||||
self.network, "27",
|
||||
"The artist.getImages method has been deprecated by Last.fm.")
|
||||
|
|
Loading…
Reference in a new issue