mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
2cf1e83eb6
commit
c879ffaaca
1 changed files with 0 additions and 3 deletions
|
|
@ -1674,7 +1674,6 @@ class PluginManagerWindow(bui.MainWindow):
|
||||||
self.plugins_in_current_view = {}
|
self.plugins_in_current_view = {}
|
||||||
self.selected_alphabet_order = 'a_z'
|
self.selected_alphabet_order = 'a_z'
|
||||||
self.alphabet_order_selection_button = None
|
self.alphabet_order_selection_button = None
|
||||||
|
|
||||||
|
|
||||||
loop.create_task(self.draw_index())
|
loop.create_task(self.draw_index())
|
||||||
|
|
||||||
|
|
@ -1760,7 +1759,6 @@ class PluginManagerWindow(bui.MainWindow):
|
||||||
style='bomb',
|
style='bomb',
|
||||||
size=48,
|
size=48,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@contextlib.contextmanager
|
@contextlib.contextmanager
|
||||||
def exception_handler(self):
|
def exception_handler(self):
|
||||||
|
|
@ -1787,7 +1785,6 @@ class PluginManagerWindow(bui.MainWindow):
|
||||||
pass
|
pass
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
||||||
async def draw_index(self):
|
async def draw_index(self):
|
||||||
self.draw_search_bar()
|
self.draw_search_bar()
|
||||||
self.draw_plugins_scroll_bar()
|
self.draw_plugins_scroll_bar()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue