pep8 compliance: W391 blank line at end of file
This commit is contained in:
parent
80df303c9d
commit
d2d826d28a
@ -156,4 +156,3 @@ class Frame(Widget):
|
||||
self.size = (w + 2 * d, h + 2 * d)
|
||||
client.topleft = (d, d)
|
||||
self.add(client)
|
||||
|
||||
|
@ -21,4 +21,3 @@ class Screen(Widget):
|
||||
|
||||
def leave_screen(self):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user