diff --git a/plugin_manager.py b/plugin_manager.py index 11539bc..5c00c25 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -788,7 +788,6 @@ class PluginWindow(popup.PopupWindow): loop = asyncio.get_event_loop() loop.create_task(self.draw_ui()) - def get_description(self, minimum_character_offset=40): """ Splits the loong plugin description into multiple lines. @@ -812,7 +811,6 @@ class PluginWindow(popup.PopupWindow): return partitioned_string - async def draw_ui(self): # print(ba.app.plugins.active_plugins)