johnwmillr / LyricsGenius

Download song lyrics and metadata from Genius.com 🎶🎤
http://www.johnwmillr.com/scraping-genius-lyrics/
MIT License
892 stars 158 forks source link

Remove unused variables and statements with no effect from the search artist function #183

Open Steffo99 opened 3 years ago

Steffo99 commented 3 years ago

The code that was removed didn't have any effect or side effect on anything of the function.

The allow_name_change argument can be removed too, but doing so would break backwards compatibility and should be only done on a major release (4.0.0?).