Skip to content

Commit b4fcdca

Browse files
Lash-LCopilot
andauthored
chore: call super init
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 70c1c48 commit b4fcdca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roborock/devices/traits/v1/wash_towel_mode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def __init__(
2020
device_feature_trait: DeviceFeaturesTrait | None = None,
2121
wash_mode: WashTowelModes | None = None,
2222
) -> None:
23+
super().__init__()
2324
self.device_feature_trait = device_feature_trait
2425
self.wash_mode = wash_mode
2526

0 commit comments

Comments
 (0)