spotify2tidal / spotify_to_tidal

A command line tool for importing your Spotify playlists into Tidal
GNU Affero General Public License v3.0
241 stars 44 forks source link

Update requirements and PEP8 complaint #28

Closed aucejito closed 6 months ago

aucejito commented 6 months ago

Updated requirements.txt so PyYAML doesn't break when installing.

Make the code more PEP8 compliant using isort, black, flake8 and sonarlint suggestions.

Set max line length to 79.

Deleted unused variables.