mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
02b461d921
commit
f00a899a4e
1 changed files with 0 additions and 2 deletions
|
|
@ -788,7 +788,6 @@ class PluginWindow(popup.PopupWindow):
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
loop.create_task(self.draw_ui())
|
loop.create_task(self.draw_ui())
|
||||||
|
|
||||||
|
|
||||||
def get_description(self, minimum_character_offset=40):
|
def get_description(self, minimum_character_offset=40):
|
||||||
"""
|
"""
|
||||||
Splits the loong plugin description into multiple lines.
|
Splits the loong plugin description into multiple lines.
|
||||||
|
|
@ -812,7 +811,6 @@ class PluginWindow(popup.PopupWindow):
|
||||||
|
|
||||||
return partitioned_string
|
return partitioned_string
|
||||||
|
|
||||||
|
|
||||||
async def draw_ui(self):
|
async def draw_ui(self):
|
||||||
# print(ba.app.plugins.active_plugins)
|
# print(ba.app.plugins.active_plugins)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue