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] Improve import ordering #23

Closed jensrudolf closed 4 years ago

jensrudolf commented 4 years ago

This commit groups the imports into standard library imports, related third-party imports and local application specific imports as suggested by PEP8 and sorts each group alphabetically.

noseka1 commented 4 years ago

Great. Keep on sending!