Skip to content

Commit 83fe27e

Browse files
committed
fix public API structure
1 parent 3ed0bc0 commit 83fe27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def cache_folder(self, cache_folder: str) -> None:
9292
self._network_cache.cache_root_directory = cache_folder
9393

9494
@property
95-
def registry(self) -> dict[int, tuple[str, NodeType | None]]:
95+
def registry(self) -> list[str]:
9696
"""Return dictionary with all joined nodes."""
9797
return deepcopy(self._registry)
9898

0 commit comments

Comments
 (0)