forked from extern/httpie-cli
Fix unregister annotation
This commit is contained in:
parent
09cd85918e
commit
d603502960
@ -26,7 +26,7 @@ class PluginManager:
|
|||||||
for plugin in plugins:
|
for plugin in plugins:
|
||||||
self._plugins.append(plugin)
|
self._plugins.append(plugin)
|
||||||
|
|
||||||
def unregister(self, plugin: BasePlugin):
|
def unregister(self, plugin: Type[BasePlugin]):
|
||||||
self._plugins.remove(plugin)
|
self._plugins.remove(plugin)
|
||||||
|
|
||||||
def load_installed_plugins(self):
|
def load_installed_plugins(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user