summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py2
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)