Skip to content

Commit afc9f81

Browse files
committed
chore: update pydoc for DeviceFeaturesTrait
1 parent fda76b4 commit afc9f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/v1/device_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DeviceFeaturesTrait(DeviceFeatures, common.V1TraitMixin):
1414
command = RoborockCommand.APP_GET_INIT_STATUS
1515

1616
def __init__(self, product: HomeDataProduct, device_cache: DeviceCache) -> None: # pylint: disable=super-init-not-called
17-
"""Initialize MapContentTrait."""
17+
"""Initialize DeviceFeaturesTrait."""
1818
self._product = product
1919
self._nickname = product.product_nickname
2020
self._device_cache = device_cache

0 commit comments

Comments
 (0)