Skip to content

Commit

Permalink
Flake8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Feb 16, 2024
1 parent 9559173 commit 4eebd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysollib/kivy/LApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1854,8 +1854,8 @@ def update_rect(self, *args):
self.rect.pos = self.pos
self.rect.size = self.size

#self.startLabel = MyLabel(text="PySolFC", color=[0.9,0.9,0.9,1]) # noqa
#self.baseWindow.add_widget(self.startLabel)
# self.startLabel = MyLabel(text="PySolFC", color=[0.9,0.9,0.9,1]) # noqa
# self.baseWindow.add_widget(self.startLabel)

return self.baseWindow

Expand Down

0 comments on commit 4eebd5d

Please sign in to comment.