leoncvlt / blinkist-scraper

📚 Python tool to download book summaries and audio from Blinkist.com, and generate some pretty output
191 stars 35 forks source link

Code formatting/quality improvements #36

Closed rocketinventor closed 3 years ago

rocketinventor commented 3 years ago

Updated most of the code to match the "pycodestyle" pep8 suggestions and also the suggestions from "pyflakes" module.

This mainly includes the removal of unused variables/imports, and splitting long lines of code into multiple shorter ones.