Fromat with black

This commit is contained in:
heliguy
2024-03-08 13:03:05 -05:00
parent a56663cf75
commit 5535a7893f
11 changed files with 141 additions and 46 deletions

View File

@@ -71,7 +71,9 @@ class WarehouseApplication(Adw.Application):
self.create_action("set-filter", self.filters_shortcut, ["<primary>t"])
self.create_action("install-from-file", self.install_from_file, ["<primary>o"])
self.create_action("open-menu", self.main_menu_shortcut, ["F10"])
self.create_action("open-search-install", self.open_search_install, ["<primary>i"])
self.create_action(
"open-search-install", self.open_search_install, ["<primary>i"]
)
gtk_version = (
str(Gtk.MAJOR_VERSION)