Commit d2dbfef2 authored by Roman Alifanov's avatar Roman Alifanov

fix some pycharm warnings

parent c33343c2
...@@ -54,6 +54,8 @@ class EepmPlayGuiWindow(Adw.ApplicationWindow): ...@@ -54,6 +54,8 @@ class EepmPlayGuiWindow(Adw.ApplicationWindow):
super().__init__(**kwargs) super().__init__(**kwargs)
self.set_title("EPM PLAY") self.set_title("EPM PLAY")
self.rows = None self.rows = None
self.applications = None
self.installed_apps = None
self.reset_button.connect("clicked", lambda _: self.update_ui()) self.reset_button.connect("clicked", lambda _: self.update_ui())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment