PrestonStringham / DATA515-MusicGeneration

MIT License
3 stars 0 forks source link

Switch from pylint to flake8...Fix flake8 errors #4

Closed carljparker closed 3 years ago

carljparker commented 3 years ago

Bernease explained today that the graders for our project will use flake8 rather than pylint. Therefore, I am switching our Travis CI configuration to use flake8.

https://edstem.org/us/courses/3259/discussion/300812

The change to flake8 brought a number of new issues for the file easy_music_generator/__init__.py, so this PR also contains changes to fix those issues.