Skip to content

Commit 6aef7d1

Browse files
committed
chore: fix lint
1 parent e432a86 commit 6aef7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roborock/devices/device.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def name(self) -> str:
6868
@property
6969
def device_info(self) -> HomeDataDevice:
7070
"""Return the device information.
71-
71+
7272
This includes information specific to the device like its identifier or
7373
firmware version.
7474
"""
@@ -77,7 +77,7 @@ def device_info(self) -> HomeDataDevice:
7777
@property
7878
def product(self) -> HomeDataProduct:
7979
"""Return the device product name.
80-
80+
8181
This returns product level information such as the model name.
8282
"""
8383
return self._product

0 commit comments

Comments
 (0)