refac: copy other style

This commit is contained in:
Daan Selen
2025-09-16 23:14:23 +02:00
committed by Josiah Baldwin
parent c7d628716e
commit 6dae40eb40

View File

@@ -314,7 +314,7 @@ class Device(object):
if isinstance(nodeids, str): if isinstance(nodeids, str):
nodeids = [nodeids] nodeids = [nodeids]
return self._session.remove_devices(self, nodeids, timeout) return self._session.remove_devices(self.nodeid, timeout)
async def sleep(self, timeout=None): async def sleep(self, timeout=None):
''' '''