diff options
Diffstat (limited to 'python/pluginmanager.py')
| -rw-r--r-- | python/pluginmanager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 8b1461ed..de1491a8 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -37,7 +37,7 @@ class RepoPlugin: def __init__(self, handle: core.BNRepoPluginHandle): self.handle = handle - def __del__(self) -> None: + def __del__(self): if core is not None: core.BNFreePlugin(self.handle) |
