1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Flake8 fix.

This commit is contained in:
Joe R 2024-02-15 22:59:52 -05:00
parent 9559173797
commit 4eebd5d33c

View file

@ -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