noseka1 / linuxband

GUI front-end for MMA (Musical MIDI Accompaniment)
linuxband.org
GNU General Public License v2.0
26 stars 15 forks source link

[PEP8] Add encoding info and fix blank lines. #22

Closed jensrudolf closed 4 years ago

jensrudolf commented 4 years ago

This is the first part of a series of changes to make the Python code more PEP8 compliant. I currently use flake8 to inspect the code.

This commit add a text encoding info as this first line of each Python file. Furthermore, it adds some blank lines required by PEP8 and removes some trailing blank lines and whitespaces inside some doc strings and at the end of some files.

noseka1 commented 4 years ago

Awesome, thanks!