Skip to content

Commit 566b01c

Browse files
committed
chore: remove docstrings
1 parent a779c76 commit 566b01c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

roborock/containers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,6 @@ class NetworkInfo(RoborockBase):
727727

728728
@dataclass
729729
class AppInitStatusLocalInfo(RoborockBase):
730-
""""""
731-
732730
location: str
733731
bom: str | None = None
734732
featureset: int | None = None
@@ -741,8 +739,6 @@ class AppInitStatusLocalInfo(RoborockBase):
741739

742740
@dataclass
743741
class AppInitStatus(RoborockBase):
744-
""""""
745-
746742
local_info: AppInitStatusLocalInfo
747743
feature_info: list[int]
748744
new_feature_info: int

0 commit comments

Comments
 (0)