summaryrefslogtreecommitdiff
path: root/kvmd/plugins/ugpio/otgbind.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/plugins/ugpio/otgbind.py')
-rw-r--r--kvmd/plugins/ugpio/otgbind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/plugins/ugpio/otgbind.py b/kvmd/plugins/ugpio/otgbind.py
index dbf3b421..5d80e516 100644
--- a/kvmd/plugins/ugpio/otgbind.py
+++ b/kvmd/plugins/ugpio/otgbind.py
@@ -97,7 +97,7 @@ class Plugin(BaseUserGpioDriver):
except Exception:
logger.exception("Unexpected OTG-bind watcher error")
- def cleanup(self) -> None:
+ async def cleanup(self) -> None:
pass
async def read(self, pin: int) -> bool: