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 38b6872 commit 737d14aCopy full SHA for 737d14a
roborock/devices/traits/v1/__init__.py
@@ -10,8 +10,8 @@
10
from roborock.map.map_parser import MapParserConfig
11
12
from .clean_summary import CleanSummaryTrait
13
-from .common import V1TraitMixin
14
from .command import CommandTrait
+from .common import V1TraitMixin
15
from .consumeable import ConsumableTrait
16
from .device_features import DeviceFeaturesTrait
17
from .do_not_disturb import DoNotDisturbTrait
@@ -97,8 +97,6 @@ def __init__(
97
trait._rpc_channel = rpc_channel
98
99
100
-
101
102
def create(
103
product: HomeDataProduct,
104
home_data: HomeData,
0 commit comments