LaurentCR / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

Unused definitions #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are some unused definitions:
I don't submit a patch for this because they may be some reminders of some 
TODO stuff. It will be good to clear them up.

W:1510:Artist.get_top_fans: Unused variable 'params'
W:1578:Artist.get_images: Unused argument 'order'
W:1666:Event.attend: Unused variable 'doc'
W:2161:Playlist.get_url: Unused variable 'url'
W:2935:User.get_top_tags: Unused argument 'limit'
W:3690:Scrobbler.report_now_playing: Unused variable 'response'
W:3725:Scrobbler.scrobble: Unused variable 'response'
W: 32: Unused import codecs
W: 36: Unused import os

Original issue reported on code.google.com by nikolas....@gmail.com on 19 Oct 2009 at 11:33

GoogleCodeExporter commented 9 years ago
Will fix. Thanks.

Original comment by amr.hassan on 20 Oct 2009 at 8:07