[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

@ -1675,7 +1675,6 @@ class PluginManagerWindow(bui.MainWindow):
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())
self._width = (700 if _uiscale is babase.UIScale.SMALL self._width = (700 if _uiscale is babase.UIScale.SMALL
@ -1761,7 +1760,6 @@ class PluginManagerWindow(bui.MainWindow):
size=48, size=48,
) )
@contextlib.contextmanager @contextlib.contextmanager
def exception_handler(self): def exception_handler(self):
try: try:
@ -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()