We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a58cc4 commit 7e85013Copy full SHA for 7e85013
plugwise_usb/nodes/helpers/subscription.py
@@ -22,6 +22,7 @@ class NodeFeatureSubscription:
22
class FeaturePublisher:
23
"""Base Class to call awaitable of subscription when event happens."""
24
def __init__(self) -> None:
25
+ """Initialize FeaturePublisher Class."""
26
self._feature_update_subscribers: dict[
27
Callable[[], None],
28
NodeFeatureSubscription,
0 commit comments