remove whitespace

This commit is contained in:
pdxlocations
2025-06-21 16:25:48 -07:00
parent 7160e79fbf
commit 8752a0de6e

View File

@@ -326,7 +326,7 @@ class Node:
else:
onResponse = self.onAckNak
return self._sendAdmin(p, onResponse=onResponse)
def setIsUnmessageable(self, is_unmessagable: Optional[bool]=False):
"""Set if a device is messagable or not"""
self.ensureSessionKey()