Open carljparker opened 3 years ago
I believe I removed all the flake8 errors for the preprocessor.py and note_distribution.py files. Mostly were all spacing fixes. One major change was having to comment out the import matplotlib statement because flake8 didn't see where it was being used; so if we end up doing any visuals we can uncomment this out
When I run
flake8
from the top of the repo, I get the following**72**
errors.None of these look as though they are difficult to fix . . . but there are a bunch of them . . . :-P