mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Flake8 fix.
This commit is contained in:
parent
9559173797
commit
4eebd5d33c
1 changed files with 2 additions and 2 deletions
|
@ -1854,8 +1854,8 @@ class LApp(App):
|
||||||
self.rect.pos = self.pos
|
self.rect.pos = self.pos
|
||||||
self.rect.size = self.size
|
self.rect.size = self.size
|
||||||
|
|
||||||
#self.startLabel = MyLabel(text="PySolFC", color=[0.9,0.9,0.9,1]) # noqa
|
# self.startLabel = MyLabel(text="PySolFC", color=[0.9,0.9,0.9,1]) # noqa
|
||||||
#self.baseWindow.add_widget(self.startLabel)
|
# self.baseWindow.add_widget(self.startLabel)
|
||||||
|
|
||||||
return self.baseWindow
|
return self.baseWindow
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue