diff options
Diffstat (limited to 'python')
| -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 de1491a8..8b1461ed 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): + def __del__(self) -> None: if core is not None: core.BNFreePlugin(self.handle) |
