pep8 compliance: E302 expected 2 blank lines
This commit is contained in:
parent
76285ff4f9
commit
0bc21d7e99
@ -12,6 +12,7 @@ from controls import Button
|
|||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
class Page(object):
|
class Page(object):
|
||||||
|
|
||||||
def __init__(self, text_screen, heading, lines):
|
def __init__(self, text_screen, heading, lines):
|
||||||
@ -39,6 +40,7 @@ class Page(object):
|
|||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
class TextScreen(Screen):
|
class TextScreen(Screen):
|
||||||
|
|
||||||
# bg_color = (0, 0, 0)
|
# bg_color = (0, 0, 0)
|
||||||
|
Reference in New Issue
Block a user