[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.alphabet_order_selection_button = None
loop.create_task(self.draw_index())
self._width = (700 if _uiscale is babase.UIScale.SMALL
@ -1761,7 +1760,6 @@ class PluginManagerWindow(bui.MainWindow):
size=48,
)
@contextlib.contextmanager
def exception_handler(self):
try:
@ -1787,7 +1785,6 @@ class PluginManagerWindow(bui.MainWindow):
pass
raise
async def draw_index(self):
self.draw_search_bar()
self.draw_plugins_scroll_bar()