mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
cleanup on driver side
This commit is contained in:
@@ -74,7 +74,7 @@ class BaseUserGpioDriver(BasePlugin):
|
||||
raise NotImplementedError
|
||||
|
||||
def cleanup(self) -> None:
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
||||
def read(self, pin: int) -> bool:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user