Hasty Impressions: flake8
A little while ago, I was fixing a LibraryHippo issue
in an area of the code that didn't have very good unit test
coverage. As part of my fix, I moved one class from the main
libraryhippo.py
file to its own file. I integration-tested the fix,
deployed the new …