You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-07-15 01:34:27 +02:00
Fix unregister annotation
This commit is contained in:
@ -26,7 +26,7 @@ class PluginManager:
|
||||
for plugin in plugins:
|
||||
self._plugins.append(plugin)
|
||||
|
||||
def unregister(self, plugin: BasePlugin):
|
||||
def unregister(self, plugin: Type[BasePlugin]):
|
||||
self._plugins.remove(plugin)
|
||||
|
||||
def load_installed_plugins(self):
|
||||
|
Reference in New Issue
Block a user