From 2e560849741f3390a4d6c530980178dfba5a7bec Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 26 Dec 2014 18:57:22 +0200 Subject: [PATCH] Remove asserts which can fail --- pylast.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pylast.py b/pylast.py index 132ed72..2207b98 100644 --- a/pylast.py +++ b/pylast.py @@ -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.")