Skip to content

Commit 7e85013

Browse files
committed
fix Ruff D107 for comment #171
1 parent 6a58cc4 commit 7e85013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/nodes/helpers/subscription.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class NodeFeatureSubscription:
2222
class FeaturePublisher:
2323
"""Base Class to call awaitable of subscription when event happens."""
2424
def __init__(self) -> None:
25+
"""Initialize FeaturePublisher Class."""
2526
self._feature_update_subscribers: dict[
2627
Callable[[], None],
2728
NodeFeatureSubscription,

0 commit comments

Comments
 (0)