Skip to content

Commit 4571512

Browse files
committed
CodeRabitAI again
1 parent 9f2479e commit 4571512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ async def update_nodetypes(self, mac: str, node_type: NodeType | None) -> None:
6969
self._nodetypes[mac] = node_type
7070
await self.save_cache()
7171

72-
def get_nodetype(self, mac: str) -> NodeType:
72+
def get_nodetype(self, mac: str) -> NodeType | None:
7373
"""Return NodeType from cache."""
7474
return self._nodetypes.get(mac)

0 commit comments

Comments
 (0)