Skip to content

Commit 737d14a

Browse files
committed
chore: fix lint errors
1 parent 38b6872 commit 737d14a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roborock/devices/traits/v1/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from roborock.map.map_parser import MapParserConfig
1111

1212
from .clean_summary import CleanSummaryTrait
13-
from .common import V1TraitMixin
1413
from .command import CommandTrait
14+
from .common import V1TraitMixin
1515
from .consumeable import ConsumableTrait
1616
from .device_features import DeviceFeaturesTrait
1717
from .do_not_disturb import DoNotDisturbTrait
@@ -97,8 +97,6 @@ def __init__(
9797
trait._rpc_channel = rpc_channel
9898

9999

100-
101-
102100
def create(
103101
product: HomeDataProduct,
104102
home_data: HomeData,

0 commit comments

Comments
 (0)