diff options
author | Maxim Devaev <[email protected]> | 2021-09-07 08:55:49 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-07 10:31:28 +0300 |
commit | cc5b2a42b8acbaa3bc62a8a1850370f19a44d392 (patch) | |
tree | 9c43b7dbdce2309c555002278d2f78eb5fe3a626 /kvmd/plugins/ugpio/tesmart.py | |
parent | ce5cd50d51797ac9ba642bf70aa5e36b4997cbe4 (diff) |
refactoring
Diffstat (limited to 'kvmd/plugins/ugpio/tesmart.py')
-rw-r--r-- | kvmd/plugins/ugpio/tesmart.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kvmd/plugins/ugpio/tesmart.py b/kvmd/plugins/ugpio/tesmart.py index 310510d3..7fbd37db 100644 --- a/kvmd/plugins/ugpio/tesmart.py +++ b/kvmd/plugins/ugpio/tesmart.py @@ -89,9 +89,6 @@ class Plugin(BaseUserGpioDriver): # pylint: disable=too-many-instance-attribute raise RuntimeError(f"Unsupported port number: {pin}") _ = initial - def prepare(self) -> None: - pass - async def run(self) -> None: prev_active = -2 while True: |