alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
803 stars 98 forks source link

PEP 8: W391 blank line at end of file #85

Closed matecsaj closed 2 years ago

matecsaj commented 2 years ago

There is an opportunity for the generated code to be more PEP 8 compliant.

There should be one, and only one, blank line at the end of each file. This warning will occur when there are zero, two, or more than two blank lines.