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
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue