pep8 compliance: E251 no spaces around keyword / parameter equals
This commit is contained in:
parent
7dc6c3a181
commit
dc48b57df2
@ -25,7 +25,7 @@ class TabPanel(Widget):
|
||||
tab_dimming = ThemeProperty('tab_dimming')
|
||||
#use_page_bg_color_for_tabs = ThemeProperty('use_page_bg_color_for_tabs')
|
||||
|
||||
def __init__(self, pages = None, **kwds):
|
||||
def __init__(self, pages=None, **kwds):
|
||||
Widget.__init__(self, **kwds)
|
||||
self.pages = []
|
||||
self.current_page = None
|
||||
|
Reference in New Issue
Block a user