From 13122c55c87302fddee581add0642b5c4bd1a438 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 29 May 2024 09:08:51 -0400 Subject: Plugin Manager : Remove install instructions --- python/pluginmanager.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'python') diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 07b3e43e..d7474440 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -191,16 +191,6 @@ class RepoPlugin: """String version of the plugin""" return core.BNPluginGetVersion(self.handle) - def install_instructions(self, platform: str) -> Optional[str]: - """ - Installation instructions for the given platform - - :param str platform: One of the valid platforms "Windows", "Linux", "Darwin" - :return: String of the installation instructions for the provided platform - :rtype: str - """ - return core.BNPluginGetInstallInstructions(self.handle, platform) - @property def install_platforms(self) -> List[str]: """List of platforms this plugin can execute on""" -- cgit v1.3.1