mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 05:32:12 +00:00
refac: copy other style
This commit is contained in:
committed by
Josiah Baldwin
parent
c7d628716e
commit
6dae40eb40
@@ -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):
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user