[ci] auto-format

This commit is contained in:
brostosjoined 2025-02-07 11:42:39 +00:00 committed by github-actions[bot]
parent 2cf1e83eb6
commit c879ffaaca

View file

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